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


Field Summary
static String SERVER_NAME
           
static String versionID
           
 
Method Summary
 MethodServerInfo getInfo()
          Supported API: false
 MethodResult invoke(MethodArgs method_args)
          Supported API: false
 

Field Detail

versionID

public static final String versionID
See Also:
Constant Field Values

SERVER_NAME

public static final String SERVER_NAME
See Also:
Constant Field Values
Method Detail

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