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

Method Summary
 PHXInvokeReturn invoke2(java.lang.String methodName)
          invokes the named method
 
Methods inherited from interface com.phoenix_int.aserver.IPHXSelfManager2
getValue2, setValue2
 
Methods inherited from interface com.phoenix_int.aserver.IPHXSelfManager
getMethodDescriptors, getPropertyDescriptors, getValue, invoke, setValue
 

Method Detail

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