org.apache.muse.ws.dm.muws
Interface ManageabilityCapability

All Superinterfaces:
Capability, Initialization, InitializationParameters, Shutdown, WsResourceCapability, org.apache.muse.ws.resource.WsResourceCapabilityProperties
All Known Subinterfaces:
Configuration, CorrelatableProperties, Description, Identity, ManageabilityCharacteristics, Metrics, OperationalStatus, RelationshipResource, Relationships, State
All Known Implementing Classes:
AbstractManageabilityCapability, SimpleConfiguration, SimpleCorrelatableProperties, SimpleDescription, SimpleIdentity, SimpleManageabilityCharacteristics, SimpleMetrics, SimpleOperationalStatus, SimpleRelationshipResource, SimpleRelationships, SimpleState

public interface ManageabilityCapability
extends WsResourceCapability

ManageabilityCapability represents WSRF-based capabilities that are related to resource management. It adds no additional methods, only the semantics of being included in the list of manageability capabilities supported by a resource. These semantics are expressed to clients when the list of capability URIs is exposed by the muws1:ManageabilityCapability property.

Author:
Dan Jemiolo (danj)
See Also:
ManageabilityCharacteristics

Methods inherited from interface org.apache.muse.ws.resource.WsResourceCapability
deleteProperty, getProperty, getPropertyNames, getWsResource, insertProperty, updateProperty
 
Methods inherited from interface org.apache.muse.core.Capability
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource
 
Methods inherited from interface org.apache.muse.core.Initialization
hasBeenInitialized, initialize
 
Methods inherited from interface org.apache.muse.core.InitializationParameters
getInitializationParameter, getInitializationParameters, setInitializationParameters
 
Methods inherited from interface org.apache.muse.core.Shutdown
hasBeenShutdown, shutdown