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
WsResource getServiceGroup()
setServiceGroup
void setServiceGroup(WsResource serviceGroup)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.