|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolAdapterMBean
Defines the runtime MBean for a Protocol Adapter.
Method Summary | |
---|---|
void |
forceSuspend() Forcefully suspends the adapter. |
String |
getInstanceId() Gets the protocol adapter instance id. |
String |
getState() Gets the protocol adapter state. |
void |
resume() Resumes the adapter. |
void |
suspend() Suspends the adapter. |
Method Detail |
---|
String getInstanceId()
String getState()
void resume() throws IllegalStateException
IllegalStateException
- If resume can not be performed in this state.void suspend() throws IllegalStateException
IllegalStateException
- If suspend can not be performed in this state.void forceSuspend() throws IllegalStateException
IllegalStateException
- If suspend can not be performed in this state.
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |