public class ConnectorNamingEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_OBJECT_REBIND |
| Constructor and Description |
|---|
ConnectorNamingEvent(String jndiName,
int eventType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Info about the type of event that has occurred.
|
String |
getJndiName()
To get JndiName of the object
|
String |
toString()
Returns the state of the object
|
public static final int EVENT_OBJECT_REBIND
public ConnectorNamingEvent(String jndiName, int eventType)
public String getJndiName()
public int getEventType()
Copyright © 2017. All rights reserved.