org.globus.ogsa
Interface PersistentGridServiceCallback

All Superinterfaces:
GridServiceCallback
All Known Subinterfaces:
PersistentGridServiceBase
All Known Implementing Classes:
PersistentGridServiceImpl

public interface PersistentGridServiceCallback
extends GridServiceCallback

Interface defining callbacks for persistent GridServices as defined in PersistentGridServiceBase


Method Summary
 void postPersistentCreate(GridContext context)
          called when postCreate has completed in the persistent Grid service
 
Methods inherited from interface org.globus.ogsa.GridServiceCallback
activate, deactivate, postCreate, preCreate, preDestroy
 

Method Detail

postPersistentCreate

public void postPersistentCreate(GridContext context)
                          throws GridServiceException
called when postCreate has completed in the persistent Grid service

Parameters:
context - state information about the service that is to be created
Throws:
GridServiceException - if the creation is to be aborted


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.