org.apache.qpid.management.wsdm.muse.resources
Interface QManWsResource.State

Enclosing class:
QManWsResource

static interface QManWsResource.State

Internal state of this resource.


Method Summary
 boolean hasBeenInitialized()
          Returns true if this resource has been initialized.
 boolean hasBeenShutdown()
          Returns true if this resource has been shutdown.
 void initialize()
          Provides initialization of this resource.
 void shutdown()
          Shuts down this resource.
 

Method Detail

initialize

void initialize()
                throws org.apache.muse.ws.addressing.soap.SoapFault
Provides initialization of this resource.

Throws:
org.apache.muse.ws.addressing.soap.SoapFault - when the initialization fails.

hasBeenInitialized

boolean hasBeenInitialized()
Returns true if this resource has been initialized.

Returns:
true if this resource has been initialized.

hasBeenShutdown

boolean hasBeenShutdown()
Returns true if this resource has been shutdown.

Returns:
true if this resource has been shutdown.

shutdown

void shutdown()
              throws org.apache.muse.ws.addressing.soap.SoapFault
Shuts down this resource.

Throws:
org.apache.muse.ws.addressing.soap.SoapFault - when the shutdown procedure fails.


Licensed to the Apache Software Foundation