public class CoherenceCacheBinding extends Object implements oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>, oracle.fmwplatform.util.validation.ValidationParticipant
Modifier and Type | Field and Description |
---|---|
static String |
COHERENCE_CACHE_TOKEN
The alias token used to substitute the cache name in the alias' WLST path.
|
Constructor and Description |
---|
CoherenceCacheBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getCoherenceCacheRef()
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.
|
CoherenceCacheBinding |
setCoherenceCacheRef(String coherenceCacheRef)
Set the resource reference.
|
CoherenceCacheBinding |
setName(String name)
Set the name reference to point to the blueprint-defined resource.
|
CoherenceCacheBinding |
setParent(CoherenceModuleBinding parentContainer)
Sets the container object that contains this.
|
CoherenceCacheBinding |
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_CACHE_TOKEN
public String getResourceRef()
getCoherenceCacheRef()
public String getCoherenceCacheRef()
getResourceRef()
public CoherenceCacheBinding setCoherenceCacheRef(String coherenceCacheRef)
coherenceCacheRef
- the new resource referencepublic String getName()
public CoherenceCacheBinding setName(String name)
name
- the new name referencepublic String getPartition()
public CoherenceCacheBinding setPartition(String partition)
partition
- the new partition referencepublic CoherenceModuleBinding getParent()
getParent
in interface oracle.fmwplatform.envspec.common.ContainerAware<CoherenceModuleBinding>
public CoherenceCacheBinding 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.ValidationParticipant
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()