com.ibm.websphere.models.config.coreserver
Interface CoreServerClusterExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CoreServerClusterExtensionImpl

public interface CoreServerClusterExtension
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Core Server Cluster Extension'.

The following features are supported:

See Also:
CoreserverPackage.getCoreServerClusterExtension()

Method Summary
 ClusterProperties getClusterProperties()
          Returns the value of the 'Cluster Properties' containment reference
 ServiceMonitorAgent getServiceMonitorAgent()
          Returns the value of the 'Service Monitor Agent' containment reference
 ServiceMonitorServer getServiceMonitorServer()
          Returns the value of the 'Service Monitor Server' containment reference
 void setClusterProperties(ClusterProperties value)
          Sets the value of the 'Cluster Properties' containment reference
 void setServiceMonitorAgent(ServiceMonitorAgent value)
          Sets the value of the 'Service Monitor Agent' containment reference
 void setServiceMonitorServer(ServiceMonitorServer value)
          Sets the value of the 'Service Monitor Server' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getClusterProperties

ClusterProperties getClusterProperties()
Returns the value of the 'Cluster Properties' containment reference.

If the meaning of the 'Cluster Properties' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cluster Properties' containment reference.
See Also:
setClusterProperties(ClusterProperties), CoreserverPackage.getCoreServerClusterExtension_ClusterProperties()

setClusterProperties

void setClusterProperties(ClusterProperties value)
Sets the value of the 'Cluster Properties' containment reference.

Parameters:
value - the new value of the 'Cluster Properties' containment reference.
See Also:
getClusterProperties()

getServiceMonitorAgent

ServiceMonitorAgent getServiceMonitorAgent()
Returns the value of the 'Service Monitor Agent' containment reference.

If the meaning of the 'Service Monitor Agent' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Monitor Agent' containment reference.
See Also:
setServiceMonitorAgent(ServiceMonitorAgent), CoreserverPackage.getCoreServerClusterExtension_ServiceMonitorAgent()

setServiceMonitorAgent

void setServiceMonitorAgent(ServiceMonitorAgent value)
Sets the value of the 'Service Monitor Agent' containment reference.

Parameters:
value - the new value of the 'Service Monitor Agent' containment reference.
See Also:
getServiceMonitorAgent()

getServiceMonitorServer

ServiceMonitorServer getServiceMonitorServer()
Returns the value of the 'Service Monitor Server' containment reference.

If the meaning of the 'Service Monitor Server' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Monitor Server' containment reference.
See Also:
setServiceMonitorServer(ServiceMonitorServer), CoreserverPackage.getCoreServerClusterExtension_ServiceMonitorServer()

setServiceMonitorServer

void setServiceMonitorServer(ServiceMonitorServer value)
Sets the value of the 'Service Monitor Server' containment reference.

Parameters:
value - the new value of the 'Service Monitor Server' containment reference.
See Also:
getServiceMonitorServer()