com.ibm.websphere.models.bindings.adaptiveentityejbbnd
Interface AdaptiveEntityControllerBinding

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

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

A representation of the model object 'Adaptive Entity Controller Binding'. The binding of a specific Adaptive Entity Controller role to a SACL document.

The following features are supported:

See Also:
AdaptiveentityejbbndPackage.getAdaptiveEntityControllerBinding()

Method Summary
 AdaptiveEntityController getLogicalController()
          Returns the value of the 'Logical Controller' reference
 java.lang.String getSaclDocumentURI()
          Returns the value of the 'Sacl Document URI' attribute
 void setLogicalController(AdaptiveEntityController value)
          Sets the value of the 'Logical Controller' reference
 void setSaclDocumentURI(java.lang.String value)
          Sets the value of the 'Sacl Document URI' attribute
 
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

getSaclDocumentURI

java.lang.String getSaclDocumentURI()
Returns the value of the 'Sacl Document URI' attribute. The SACL document used for the associated controller role.

Returns:
the value of the 'Sacl Document URI' attribute.
See Also:
setSaclDocumentURI(String), AdaptiveentityejbbndPackage.getAdaptiveEntityControllerBinding_SaclDocumentURI()

setSaclDocumentURI

void setSaclDocumentURI(java.lang.String value)
Sets the value of the 'Sacl Document URI' attribute.

Parameters:
value - the new value of the 'Sacl Document URI' attribute.
See Also:
getSaclDocumentURI()

getLogicalController

AdaptiveEntityController getLogicalController()
Returns the value of the 'Logical Controller' reference. The corresponding Adaptive Entity controller role.

Returns:
the value of the 'Logical Controller' reference.
See Also:
setLogicalController(AdaptiveEntityController), AdaptiveentityejbbndPackage.getAdaptiveEntityControllerBinding_LogicalController()

setLogicalController

void setLogicalController(AdaptiveEntityController value)
Sets the value of the 'Logical Controller' reference.

Parameters:
value - the new value of the 'Logical Controller' reference.
See Also:
getLogicalController()