NIST SIP Parser and Stack (v1.2) API

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.

Method Summary
 String flush(String key)
           
 String getAuxInfo(String stackId)
           
 String keys()
           
 void registerRemoteLog(String rmiURL)
           
 void submitRemoteLog(String stackId, String log, String auxInfo)
           
 

Method Detail

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

NIST SIP Parser and Stack (v1.2) API

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.