VisiBroker for Java

org.omg.DsLogAdmin
Interface LogMgrOperations

All Known Subinterfaces:
BasicLogFactory, BasicLogFactoryOperations, EventLogFactory, EventLogFactoryOperations, LogMgr, NotifyLogFactory, NotifyLogFactoryOperations, TypedEventLogFactory, TypedEventLogFactoryOperations, TypedNotifyLogFactory, TypedNotifyLogFactoryOperations

public interface LogMgrOperations


Method Summary
 Log find_log(int id)
          Returns a reference to the log that has the supplied log id.
 int[] list_logs_by_id()
          The list_logs_by_id() operation is similar to the list_logs() operation except that it returns a list of log ids instead of logs
 Log[] list_logs()
          Lists all existing logs that have either been created through the LogMgr or are copies of those logs created through the LogMgr.
 

Method Detail

list_logs_by_id

int[] list_logs_by_id()
The list_logs_by_id() operation is similar to the list_logs() operation except that it returns a list of log ids instead of logs

Returns:
a list of log id.

find_log

Log find_log(int id)
Returns a reference to the log that has the supplied log id. If the log id is not found, then a nil object reference is returned.

Returns:
a reference to the log that has the supplied log id. If the log id is not found, then a nil object reference is returned.

list_logs

Log[] list_logs()
Lists all existing logs that have either been created through the LogMgr or are copies of those logs created through the LogMgr.

Returns:
all existing logs that have either been created through the LogMgr or are copies of those logs created through the LogMgr.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online