public class CoherenceServiceBinding extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>, oracle.fmwplatform.util.validation.ValidationParticipant
| Modifier and Type | Field and Description |
|---|---|
static String |
COHERENCE_SERVICE_TOKEN
The alias token used to substitute the service name in the alias' WLST path.
|
| Constructor and Description |
|---|
CoherenceServiceBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoherenceServiceRef()
Get the resource reference.
|
String |
getName()
Get the name reference to the blueprint-defined resource.
|
CoherenceModuleBinding |
getParent()
Returns the object that contains this entity
|
String |
getPartition()
Get the partition reference to the domain profile-defined partition.
|
String |
getResourceRef()
Get the resource reference.
|
CoherenceServiceBinding |
setCoherenceServiceRef(String coherenceServiceRef)
Set the resource reference.
|
CoherenceServiceBinding |
setName(String name)
Set the name reference to point to the blueprint-defined resource.
|
CoherenceServiceBinding |
setParent(CoherenceModuleBinding parentContainer)
Sets the container object that contains this.
|
CoherenceServiceBinding |
setPartition(String partition)
Set the partition reference to point to a domain profile-defined partition.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
void |
validate(oracle.fmwplatform.util.validation.Validate validate) |
public static final String COHERENCE_SERVICE_TOKEN
public String getResourceRef()
getCoherenceServiceRef()public String getCoherenceServiceRef()
getResourceRef()public CoherenceServiceBinding setCoherenceServiceRef(String coherenceServiceRef)
coherenceServiceRef - the new resource referencepublic String getName()
public CoherenceServiceBinding setName(String name)
name - the new name referencepublic String getPartition()
public CoherenceServiceBinding setPartition(String partition)
partition - the new partition referencepublic CoherenceModuleBinding getParent()
getParent in interface oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>public CoherenceServiceBinding setParent(CoherenceModuleBinding parentContainer)
setParent in interface oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>parentContainer - the parent containerpublic void validate(oracle.fmwplatform.util.validation.Validate validate)
validate in interface oracle.fmwplatform.util.validation.ValidationParticipantpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()