gov.nist.javax.sip.stack
Interface MessageLogTable
- All Superinterfaces:
- Remote
- public interface MessageLogTable
- extends Remote
A table for remote access of log records.
- Version:
- JAIN-SIP-1.1
- Author:
- M. Ranganathan
This code is in the public domain.
keys
public String keys()
throws RemoteException
RemoteException
flush
public String flush(String key)
throws RemoteException
RemoteException
registerRemoteLog
public void registerRemoteLog(String rmiURL)
throws RemoteException
RemoteException
submitRemoteLog
public void submitRemoteLog(String stackId,
String log,
String auxInfo)
throws RemoteException
RemoteException
getAuxInfo
public String getAuxInfo(String stackId)
throws RemoteException
RemoteException
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.