|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.as400.access.ConnectionEvent
The ConnectionEvent class represents a Connection event.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ConnectionEvent(java.lang.Object source,
int service)
Constructs a ConnectionEvent object. |
Method Summary | |
int |
getService()
Returns the service ID. |
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 |
Constructor Detail |
public ConnectionEvent(java.lang.Object source, int service)
source
- The object where the event originated.service
- The service ID.Method Detail |
public int getService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |