All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface telephony.manager.ManagementClientInterface

public interface ManagementClientInterface
extends Remote
This is the public interface class that provides client-side RMI functionality to servers seeking to set return values.

Author:
David L. Roxe

Method Index

 o setInvocationRV(String, String, int)
 o setLogCapacity(int)
 o setTerminationRV(String, String, int)

Methods

 o setInvocationRV
 public abstract int setInvocationRV(String FunctionName,
                                     String KeyFunctionArg,
                                     int NewInvocationRV) throws RemoteException
See Also:
setInvocationRV
 o setTerminationRV
 public abstract int setTerminationRV(String FunctionName,
                                      String KeyFunctionArg,
                                      int NewTerminationRV) throws RemoteException
See Also:
setTerminationRV
 o setLogCapacity
 public abstract int setLogCapacity(int NewLogSize) throws RemoteException
See Also:
setLogCapacity

All Packages  Class Hierarchy  This Package  Previous  Next  Index