org.jboss.portal.server.kernel
Interface Context


public interface Context

Provided by the kernel to the service which has access to informations about its state.


Method Summary
 ServiceID getID()
          Returns the current service ID for this service.
 State getState()
          Returns the current state of the service.
 

Method Detail

getState

State getState()
Returns the current state of the service.


getID

ServiceID getID()
Returns the current service ID for this service.