org.apache.muse.ws.resource.sg
Interface ServiceGroupPersistence
- All Superinterfaces:
- InitializationParameters, Persistence, ResourceManagerListener
- All Known Implementing Classes:
- ServiceGroupFilePersistence
- public interface ServiceGroupPersistence
- extends Persistence, ResourceManagerListener
ServiceGroupPersistence is an extension of the basic
Persistence API to provide a link to the
ServiceGroup API and resource lifecycle events.
Implementations of the ServiceGroup capability should use instances of
this interface for persistence of service group state.
- Author:
- Dan Jemiolo (danj)
getServiceGroup
public WsResource getServiceGroup()
setServiceGroup
public void setServiceGroup(WsResource serviceGroup)