next up previous
Next: External Interface Up: Internal Interfaces Previous: ManagementClientInterface.java

ManagementServerInterface.java

 

package telephony.manager; import telephony.exceptions.*; 

import java.rmi.*; 

import java.rmi.server.*;

public interface ManagementServerInterface extends Remote { 

  public int submitManagementClientLog(ManagementClientLog LogUpdate) throws RemoteException; 

}



David L. Roxe
1998-12-18