com.phoenix_int.aserver
Interface IPHXSelfManager3
- All Superinterfaces:
- IPHXSelfManager, IPHXSelfManager2
- All Known Implementing Classes:
- PHXSimpleSelfManager3
public interface IPHXSelfManager3
- extends IPHXSelfManager2
This interface extends IPHXSelfManager2 and provides new invoke
that enables getting more information back from invoked methods.
- See Also:
IPHXSelfManager
invoke2
PHXInvokeReturn invoke2(java.lang.String methodName)
throws java.lang.Exception
- invokes the named method
- Parameters:
methodName - the name of the method to invoke on obj
- Returns:
- the return object from the invocation
- Throws:
java.lang.Exception - an exception that may occur