Interface: IPHXSelfManager2
Last update: 16.07.2025Package: com.phoenix_int.aserver
Superinterfaces
Known Subinterfaces
Known Implementing Classes
Declaration
public interface IPHXSelfManager2
extends IPHXSelfManager
This interface extends IPHXSelfManager and provides new get and set functions which provide better performance than the original.
See Also:
IPHXSelfManager
Method Summary
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue2(java.lang.String name)Function for retrieving a specified value. |
void |
setValue2(java.lang.String name, PHXStringBuffer value)Function for setting a specified value. |
Methods inherited from interface com.phoenix_int.aserver.IPHXSelfManager
getMethodDescriptors, getPropertyDescriptors, getValue, invoke, setValue
Method Detail
getValue2
java.lang.Object getValue2(java.lang.String name)
throws PHXNoSuchObjectException,
java.lang.Exception
Function for retrieving a specified value.
Parameters:
name- the value to retrieve
Returns:
- The value to be returned as any type of java Object.
Throws:
PHXNoSuchObjectException- thrown if the specified name does not existjava.lang.Exception- an exception that may occur
setValue2
void setValue2(java.lang.String name,
PHXStringBuffer value)
throws PHXNoSuchObjectException,
PHXNoSuchWriteableObjectException,
java.lang.Exception
Function for setting a specified value.
Parameters:
name- the value to retrievevalue- the String representation of the value to set
Throws:
PHXNoSuchObjectException- thrown if the specified name does not existPHXNoSuchWriteableObjectException- thrown if the specified name cannot be modifiedjava.lang.Exception- an exception that may occur