|
|||||||||
| Home >> All >> javax >> naming >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.naming.event
Class NamingExceptionEvent

java.lang.Objectjava.util.EventObject
javax.naming.event.NamingExceptionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class NamingExceptionEvent
- extends java.util.EventObject
| Field Summary | |
private javax.naming.NamingException |
exception
|
private static long |
serialVersionUID
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
NamingExceptionEvent(EventContext source,
javax.naming.NamingException exc)
|
|
| Method Summary | |
void |
dispatch(NamingListener listener)
|
EventContext |
getEventContext()
|
javax.naming.NamingException |
getException()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
exception
private javax.naming.NamingException exception
| Constructor Detail |
NamingExceptionEvent
public NamingExceptionEvent(EventContext source, javax.naming.NamingException exc)
| Method Detail |
getException
public javax.naming.NamingException getException()
getEventContext
public EventContext getEventContext()
dispatch
public void dispatch(NamingListener listener)
|
|||||||||
| Home >> All >> javax >> naming >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC