org.apache.muse.ws.dm.muws.impl
Class AbstractManageabilityCapability
java.lang.Object
org.apache.muse.core.AbstractCapability
org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
- All Implemented Interfaces:
- Capability, Initialization, InitializationParameters, Shutdown, ManageabilityCapability, WsResourceCapability
- Direct Known Subclasses:
- SimpleConfiguration, SimpleCorrelatableProperties, SimpleDescription, SimpleIdentity, SimpleManageabilityCharacteristics, SimpleMetrics, SimpleOperationalStatus, SimpleRelationshipResource, SimpleRelationships, SimpleState
public abstract class AbstractManageabilityCapability
- extends AbstractWsResourceCapability
- implements ManageabilityCapability
AbstractManageabilityCapability is an extension of
AbstractWsResourceCapability that
provides one additional initialization step: if the resource uses
the ManageabilityCharacteristics
capability, then this capability's URI will be added to the
muws1:ManageabilityCapability property.
- Author:
- Dan Jemiolo (danj)
Methods inherited from class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability |
createGettersAndSetters, deleteProperty, getGetter, getProperty, getPropertyElements, getPropertyNames, getSetter, getWsResource, initialize, insertProperty, invokeMethod, setResource, updateProperty |
Methods inherited from class org.apache.muse.core.AbstractCapability |
getActions, getCapabilityURI, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getMessageHandler, getPersistence, getResource, hasBeenInitialized, hasBeenShutdown, prepareShutdown, setCapabilityURI, setEnvironment, setInitializationParameters, setLog, setMessageHandler, setMessageHandlers, setPersistence, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.muse.core.Capability |
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource |
AbstractManageabilityCapability
public AbstractManageabilityCapability()
initializeCompleted
public void initializeCompleted()
throws org.apache.muse.ws.addressing.soap.SoapFault
- Specified by:
initializeCompleted
in interface Capability
- Overrides:
initializeCompleted
in class AbstractCapability
- Throws:
org.apache.muse.ws.addressing.soap.SoapFault
deleteProperty
public void deleteProperty(QName arg0)
throws BaseFault
- Throws:
BaseFault
getProperty
public Element[] getProperty(QName arg0)
throws BaseFault
- Throws:
BaseFault
getPropertyNames
public QName[] getPropertyNames()
insertProperty
public void insertProperty(QName arg0,
Element[] arg1)
throws BaseFault
- Throws:
BaseFault
updateProperty
public void updateProperty(QName arg0,
Element[] arg1)
throws BaseFault
- Throws:
BaseFault
Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.