org.apache.directory.server.log
Class UserLogRecord

java.lang.Object
  extended by org.apache.directory.server.log.UserLogRecord

public class UserLogRecord
extends Object

A user log record that can be used to pass user record between the clients and the logger

Author:
Apache Directory Project

Constructor Summary
UserLogRecord()
           
 
Method Summary
 byte[] getDataBuffer()
           
 int getDataLength()
           
 LogAnchor getLogAnchor()
           
 void setData(byte[] data, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLogRecord

public UserLogRecord()
Method Detail

setData

public void setData(byte[] data,
                    int length)

getDataBuffer

public byte[] getDataBuffer()

getDataLength

public int getDataLength()

getLogAnchor

public LogAnchor getLogAnchor()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.