|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.agent.ntservice.AgentEvent
public class AgentEvent
Implements the class with event codes for use with the ASelect Agent Service
for use in Windows environments.
Concurrency issues:
None.
Field Summary | |
---|---|
static int |
CLOSE
Close event ID |
static int |
LOGOFF
Logoff event ID. |
static int |
SHUTDOWN
Shutdown event ID. |
static int |
STOP
Stop event ID. |
Constructor Summary | |
---|---|
AgentEvent(int iID)
Create a new instance. |
Method Summary | |
---|---|
int |
getId()
get the event ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STOP
public static final int SHUTDOWN
public static final int CLOSE
public static final int LOGOFF
Constructor Detail |
---|
public AgentEvent(int iID)
AgentEvent
with the given ID.
iID
- The event ID.Method Detail |
---|
public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |