public interface ProtocolAdapterMBean
Modifier and Type | Method and Description |
---|---|
void |
forceSuspend()
Forcefully suspends the adapter.
|
java.lang.String |
getInstanceId()
Gets the protocol adapter instance id.
|
java.lang.String |
getState()
Gets the protocol adapter state.
|
void |
resume()
Resumes the adapter.
|
void |
suspend()
Suspends the adapter.
|
java.lang.String getInstanceId()
java.lang.String getState()
void resume() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- If resume can not be performed in this state.void suspend() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- If suspend can not be performed in this state.void forceSuspend() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- If suspend can not be performed in this state.