LDAP Classes
Implements Java LDAP

com.novell.ldap.events.edir.eventdata
Class DebugEventData

java.lang.Object
  extended bycom.novell.ldap.events.edir.eventdata.DebugEventData
All Implemented Interfaces:
EventResponseData

public class DebugEventData
extends java.lang.Object
implements EventResponseData

This class represents the data for Debug Event. The event data has the following encoding:-

DebugEventData ::= [APPLICATION 13]
    SEQUENCE {
    DsTime INTEGER,
    Milliseconds INTEGER,
    Perpetrator LDAPDN,
    FormatString LDAPSTRING,
    Verb INTEGER,
    ParameterCount INTEGER,
    Parameters SEQUENCE OF Parameter OPTIONAL
    }

Note: Please refer the JLDAP SDK Documentation at http://developer.novell.com/ndk/jldap.htm for details of all the properties.


Constructor Summary
DebugEventData(ASN1Object message)
          Default Constructor
 
Method Summary
 int getDsTime()
          Returns the DsTime.
 java.lang.String getFormatString()
          Returns formatString
 int getMilliSeconds()
          Returns the Time in Milliseconds.
 java.util.List getParameters()
          Returns a List of Parameters.
 java.lang.String getPerpetratorDN()
          Returns Perpetrator DN as String.
 int getVerb()
          Returns Verbs.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugEventData

public DebugEventData(ASN1Object message)
               throws java.io.IOException
Default Constructor

Parameters:
message - ASN1Object containing the encoded data as String.
Throws:
java.io.IOException - When decoding of message fails.
Method Detail

getMilliSeconds

public int getMilliSeconds()
Returns the Time in Milliseconds.

Returns:
Time in milliseconds as a integer.

getParameters

public java.util.List getParameters()
Returns a List of Parameters.

Returns:
List of Parameters.

getPerpetratorDN

public java.lang.String getPerpetratorDN()
Returns Perpetrator DN as String.

Returns:
Perpetrator DN as String.

getVerb

public int getVerb()
Returns Verbs.

Returns:
Verbs as integer.

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
a string representation of the object.
See Also:
Object.toString()

getDsTime

public int getDsTime()
Returns the DsTime.

Returns:
DsTime as integer.

getFormatString

public java.lang.String getFormatString()
Returns formatString

Returns:
formatString as String.

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000