|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.impl.base.servicegroup.service.ServiceGroupEntryProvider
Implements the Service Group Entry port type and its associated callbacks.
| Constructor Summary | |
ServiceGroupEntryProvider()
|
|
| Method Summary | |
void |
activate(GridContext context)
Called when a service becomes active after having been deactivated. |
void |
deactivate(GridContext context)
Called just before a service gets deactivated. |
QName[] |
getOperations()
Returns the operations supported by this provider. |
java.util.Collection |
getServiceDataValues(QName qname)
Retrieves the service data values associated with a given QName. |
void |
initialize(GridServiceBase serviceBase)
Initializes the grid service and populates its service data. |
void |
postCreate(GridContext context)
Called when a service has been created and all of its configuration has been set up. |
void |
preCreate(GridServiceBase base)
Called when a service object is created. |
void |
preDestroy(GridContext context)
Called just before a service gets destroyed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceGroupEntryProvider()
| Method Detail |
public void initialize(GridServiceBase serviceBase)
throws GridServiceException
initialize in interface OperationProviderserviceBase - - the service base object
GridServiceExceptionpublic QName[] getOperations()
getOperations in interface OperationProvider
public void preCreate(GridServiceBase base)
throws GridServiceException
GridServiceCallback
preCreate in interface GridServiceCallbackbase - the Grid service that is in the process of creating this
service object, or if this is a persistent Grid service it points to
the service to be created.
GridServiceException - if the service should not be created
public void postCreate(GridContext context)
throws GridServiceException
GridServiceCallback
postCreate in interface GridServiceCallbackcontext - state information currently associated with the service
that was created.
GridServiceException - if the service creation should be aborted
public void activate(GridContext context)
throws GridServiceException
GridServiceCallback
activate in interface GridServiceCallbackcontext - state information currently associated with the service
GridServiceException - if the service activation should be aborted
public void deactivate(GridContext context)
throws GridServiceException
GridServiceCallback
deactivate in interface GridServiceCallbackcontext - state information currently associated with the service
GridServiceException - if the service deactivation failed
public void preDestroy(GridContext context)
throws GridServiceException
GridServiceCallback
preDestroy in interface GridServiceCallbackcontext - state information currently associated with the service
GridServiceException - if the destruction failed (will be
reported to clients in the case of explicit destroy calls)public java.util.Collection getServiceDataValues(QName qname)
getServiceDataValues in interface ServiceDataValueCallbackqname - - the qname for value retrieval
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||