|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceStateException | |
---|---|
com.metamatrix.platform.service.api.exception | |
com.metamatrix.platform.service.controller | |
com.metamatrix.server.connector.service |
Uses of ServiceStateException in com.metamatrix.platform.service.api.exception |
---|
Subclasses of ServiceStateException in com.metamatrix.platform.service.api.exception | |
---|---|
class |
ServiceClosedException
This exception will be thrown when a request is made to a service that is closed. |
class |
ServiceNotInitializedException
This exception will be thrown when a request is made to a service that is not yet initialized ready state. |
class |
ServiceSuspendedException
This exception will be thrown when a request is made to a service that is closed. |
Uses of ServiceStateException in com.metamatrix.platform.service.controller |
---|
Methods in com.metamatrix.platform.service.controller that throw ServiceStateException | |
---|---|
void |
AbstractService.checkState()
If service is not open an exception is thrown. |
Uses of ServiceStateException in com.metamatrix.server.connector.service |
---|
Methods in com.metamatrix.server.connector.service that throw ServiceStateException | |
---|---|
void |
ConnectorService.checkState()
Check the underlying connectorManager's state, then call the super.checkState(). |
com.metamatrix.dqp.internal.datamgr.ConnectorID |
ConnectorService.getConnectorID()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |