|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.ResolvableParameterList
public class ResolvableParameterList
A ResolvableParameterList is a ParameterList implementation that additionally supports name-based Parameter resolution as defined by the ParameterResolver interface.
| Constructor Summary | |
|---|---|
ResolvableParameterList()Constructs an empty ResolvableParameterList. |
|
ResolvableParameterList(ParameterList listParameters)Constructs a ResolvableParameterList based on a ParameterList. |
|
| Method Summary | |
|---|---|
void |
add(com.tangosol.config.expression.Parameter parameter)Adds a Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList. |
boolean |
isEmpty()Determines if there are any Parameters in the ParameterList. |
java.util.Iterator |
iterator() |
void |
readExternal(java.io.DataInput in)Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
readExternal(PofReader reader)Restore the contents of a user type instance by reading its state using the specified PofReader object. |
com.tangosol.config.expression.Parameter |
resolve(java.lang.String sName) |
int |
size()Obtains the number of Parameters in the ParameterList. |
java.lang.String |
toString() |
void |
writeExternal(java.io.DataOutput out)Save the contents of this object by storing the object's state into the passed DataOutput object. |
void |
writeExternal(PofWriter writer)Save the contents of a POF user type instance by writing its state using the specified PofWriter object. |
| Constructor Detail |
|---|
public ResolvableParameterList()
ResolvableParameterList.public ResolvableParameterList(ParameterList listParameters)
ResolvableParameterList based on a ParameterList.
listParameters - the ParameterList from which Parameters should be drawn| Method Detail |
|---|
public com.tangosol.config.expression.Parameter resolve(java.lang.String sName)
resolve in interface com.tangosol.config.expression.ParameterResolverpublic void add(com.tangosol.config.expression.Parameter parameter)
Parameter to the end of the ParameterList or replaces an existing Parameter in the ParameterList.
Should a Parameter with the same name as the specified Parameter already exist in the list, the specified Parameter will replace the existing Parameter in the list.
add in interface ParameterListparameter - the Parameter to add or replacepublic boolean isEmpty()
Parameters in the ParameterList.isEmpty in interface ParameterListtrue if there are Parameters, false otherwisepublic int size()
Parameters in the ParameterList.size in interface ParameterListParameterspublic java.util.Iterator iterator()
iterator in interface java.lang.Iterable
public void readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in interface ExternalizableLitein - the DataInput stream to read data from in order to restore the state of this objectjava.io.IOException - if an I/O exception occursjava.io.NotActiveException - if the object is not in its initial state, and therefore cannot be deserialized into
public void writeExternal(java.io.DataOutput out)
throws java.io.IOException
writeExternal in interface ExternalizableLiteout - the DataOutput stream to write the state of this object tojava.io.IOException - if an I/O exception occurs
public void readExternal(PofReader reader)
throws java.io.IOException
readExternal in interface PortableObjectreader - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter writer)
throws java.io.IOException
writeExternal in interface PortableObjectwriter - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurspublic java.lang.String toString()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||