|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidStateException | |
|---|---|
| javax.slee.management | |
| javax.slee.profile | |
| javax.slee.usage | |
| Uses of InvalidStateException in javax.slee.management |
|---|
| Subclasses of InvalidStateException in javax.slee.management | |
|---|---|
class |
InvalidLinkNameBindingStateException
This exception is thrown by the ServiceManagementMBean if an attempt
is made to activate a service for which a required resource adaptor entity link name
binding either doesn't exist or is bound to a resource adaptor entity that does not
implement the resource adaptor type expected by the service. |
| Methods in javax.slee.management that throw InvalidStateException | |
|---|---|
void |
ServiceManagementMBean.activate(ServiceID id)
Activate a Service. |
void |
ServiceManagementMBean.activate(ServiceID[] ids)
Activate a set of Services. |
void |
ResourceManagementMBean.activateResourceAdaptorEntity(java.lang.String entityName)
Activate a resource adaptor entity. |
void |
ServiceManagementMBean.deactivate(ServiceID id)
Deactivate a Service. |
void |
ServiceManagementMBean.deactivate(ServiceID[] ids)
Deactivate a set of Services. |
void |
ServiceManagementMBean.deactivateAndActivate(ServiceID[] deactivateIDs,
ServiceID[] activateIDs)
Deactivate one set of Services and activate another set of Services. |
void |
ServiceManagementMBean.deactivateAndActivate(ServiceID deactivateID,
ServiceID activateID)
Deactivate one Service and activate another Service. |
void |
ResourceManagementMBean.deactivateResourceAdaptorEntity(java.lang.String entityName)
Deactivate a resource adaptor entity. |
void |
ResourceManagementMBean.removeResourceAdaptorEntity(java.lang.String entityName)
Remove a resource adaptor entity. |
void |
SleeManagementMBean.shutdown()
Shutdown and terminate all SLEE processes related to this server image. |
void |
SleeManagementMBean.start()
Request that the SLEE's event routing subsystem be started. |
void |
SleeManagementMBean.stop()
Request that the SLEE's event routing subsystem be stopped. |
void |
DeploymentMBean.uninstall(DeployableUnitID id)
Uninstall a deployable unit jar file out of the SLEE. |
void |
ResourceManagementMBean.updateConfigurationProperties(java.lang.String entityName,
ConfigProperties properties)
Reconfigure a resource adaptor entity with new configuration properties. |
| Uses of InvalidStateException in javax.slee.profile |
|---|
| Methods in javax.slee.profile that throw InvalidStateException | |
|---|---|
void |
ProfileMBean.closeProfile()
Notify the SLEE that the profile is no longer required by the management client. |
void |
ProfileMBean.commitProfile()
Request that changes made to a profile be committed by the SLEE. |
void |
ProfileMBean.restoreProfile()
Request that changes made to profile should be discarded by the SLEE. |
| Uses of InvalidStateException in javax.slee.usage |
|---|
| Methods in javax.slee.usage that throw InvalidStateException | |
|---|---|
void |
UsageMBean.close()
Notify the SLEE that the Usage MBean is no longer required by the management client. |
void |
SbbUsageMBean.close()
Deprecated. Replaced with UsageMBean.close(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||