LDAP Classes
Implements Java LDAP

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

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

public class ModuleStateEventData
extends java.lang.Object
implements EventResponseData

This class represents the data for Module State Events. The event data has the following encoding:-

ModuleState ::= [APPLICATION7]
    SEQUENCE {
    connectionDN LDAPDN,
    flags INTEGER,
    name LDAPString ,
    description LDAPString ,
    source LDAPString
    }

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


Constructor Summary
ModuleStateEventData(ASN1Object message)
          Default Constructor
 
Method Summary
 java.lang.String getConnectionDN()
          Returns the ConnectionDN.
 java.lang.String getDescription()
          Returns the Description.
 int getFlags()
          Returns the Flags.
 java.lang.String getName()
          Returns the Module Name.
 java.lang.String getSource()
          Returns the Source String.
 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

ModuleStateEventData

public ModuleStateEventData(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

getConnectionDN

public java.lang.String getConnectionDN()
Returns the ConnectionDN.

Returns:
Connection DN as String.

getDescription

public java.lang.String getDescription()
Returns the Description.

Returns:
Description as String.

getFlags

public int getFlags()
Returns the Flags.

Returns:
flags as int.

getName

public java.lang.String getName()
Returns the Module Name.

Returns:
Name as String.

getSource

public java.lang.String getSource()
Returns the Source String.

Returns:
Source as String.

toString

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

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

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