LDAP Classes
Implements Java LDAP

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

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

public class BinderyObjectEventData
extends java.lang.Object
implements EventResponseData

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

BinderyObjectInfo [APPLICATION 5]::=
    SEQUENCE {
    entry LDAPDN,
    type INTEGER,
    emuObjFlags INTEGER,
    security INTEGER,
    name LDAPString (48)
    }

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


Constructor Summary
BinderyObjectEventData(ASN1Object message)
          Default Constructor
 
Method Summary
 int getEmuObjFlags()
          Get the EmuObj Flag Property.
 java.lang.String getEntryDN()
          Gets the EntryDn as this event.
 java.lang.String getName()
          Returns the Name.
 int getSecurity()
          Returns the security Flags.
 int getType()
          Returns the Event Type.
 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

BinderyObjectEventData

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

getEmuObjFlags

public int getEmuObjFlags()
Get the EmuObj Flag Property.

Returns:
Emu Flags as integer.

getEntryDN

public java.lang.String getEntryDN()
Gets the EntryDn as this event.

Returns:
Entry DN as String.

getName

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

Returns:
Name as String.

getSecurity

public int getSecurity()
Returns the security Flags.

Returns:
Security as integer.

getType

public int getType()
Returns the Event Type.

Returns:
event Type 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()

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