Class ConnectorNamingEvent


  • public class ConnectorNamingEvent
    extends Object
    Class representing Connector Naming Event.
    Can be used to represent different states. Eg: Object-Bind, Object-Rebind, Object-Remove
    Author:
    Jagadish Ramu
    • Constructor Detail

      • ConnectorNamingEvent

        public ConnectorNamingEvent​(String jndiName,
                                    int eventType)
    • Method Detail

      • getJndiName

        public String getJndiName()
        To get JndiName of the object
        Returns:
        jndiName
      • getEventType

        public int getEventType()
        Info about the type of event that has occurred.
        Returns:
        eventType
      • toString

        public String toString()
        Returns the state of the object
        Overrides:
        toString in class Object
        Returns:
        String