| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BasicLogFactoryOperations
BasicLogFactory provides the following additional functions:
| Method Summary | |
|---|---|
 BasicLog | 
create_with_id(int id,
               short full_action,
               long max_size)
Create BasicLog with id.  | 
 BasicLog | 
create(short full_action,
       long max_size,
       IntHolder id)
Create BasicLog.  | 
| Methods inherited from interface org.omg.DsLogAdmin.LogMgrOperations | 
|---|
find_log, list_logs_by_id, list_logs | 
| Method Detail | 
|---|
BasicLog create_with_id(int id,
                        short full_action,
                        long max_size)
                        throws LogIdAlreadyExists,
                               InvalidLogFullAction
id - The id of the log.full_action - The action that will be taken when the
    maximum size of the log has been reached.max_size - The size of the log measured in number of bytes.
DsLogAdmin::LogIdAlreadyExists - if this log id exists within the
    scope of the log factory
org.omg.DsLogAdmin::InvalidLogFullAction - raised if the full_action specified is not
    valid.
LogIdAlreadyExists
InvalidLogFullAction
BasicLog create(short full_action,
                long max_size,
                IntHolder id)
                throws InvalidLogFullAction
full_action - The action that will be taken when the
    maximum size of the log has been reached.max_size - The size of the log measured in number of bytes.id - The id of a log. Log objects are created by a log factory
    and each log is assigned an id that uniquely identifies
    the log object within the factory.
org.omg.DsLogAdmin::InvalidLogFullAction - raised if the full_action specified is not
    valid
InvalidLogFullAction
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||