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)

Method Summary
 WsResource getServiceGroup()
           
 void setServiceGroup(WsResource serviceGroup)
           
 
Methods inherited from interface org.apache.muse.core.Persistence
getPersistenceLocation, getResourceManager, reload, setPersistenceLocation, setResourceManager
 
Methods inherited from interface org.apache.muse.core.InitializationParameters
getInitializationParameter, getInitializationParameters, setInitializationParameters
 
Methods inherited from interface org.apache.muse.core.ResourceManagerListener
resourceAdded, resourceRemoved
 

Method Detail

getServiceGroup

WsResource getServiceGroup()

setServiceGroup

void setServiceGroup(WsResource serviceGroup)


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.