|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.transport.NetconfTransportEvent
public class NetconfTransportEvent
This is an event that is passed through NetconfCatcherListener when events concerning the transport protocol are presented. At an event may be associated with the cause of an error.
Nested Class Summary | |
---|---|
static class |
NetconfTransportEvent.EventType
This enumeration lists all types of events that may belong to an Event. |
Method Summary | |
---|---|
NetconfTransportEvent.EventType |
getEventType()
Get the event type. |
NetconfTransportError |
getTransportError()
Return the transport error if present. |
java.lang.Exception |
getTransportErrorException()
Return the transport error exception if present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NetconfTransportEvent.EventType getEventType()
public NetconfTransportError getTransportError()
public java.lang.Exception getTransportErrorException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |