wt.method
Interface MethodServer
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- MethodServerImpl
- public interface MethodServer
- extends Remote
Remote interface to the method server.
Supported API: false
versionID
public static final String versionID
- See Also:
- Constant Field Values
SERVER_NAME
public static final String SERVER_NAME
- See Also:
- Constant Field Values
invoke
public MethodResult invoke(MethodArgs method_args)
throws RemoteException,
ClassNotFoundException,
NoSuchMethodException,
ServerLoadException
- Supported API: false
- Throws:
RemoteException
ClassNotFoundException
NoSuchMethodException
ServerLoadException
getInfo
public MethodServerInfo getInfo()
throws RemoteException
- Supported API: false
- Throws:
RemoteException