|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.ConnectedClientInfo
public class ConnectedClientInfo
This class represent a Participant connected to PAPI
Field Summary | |
---|---|
Time |
connectedSince
|
String |
host
|
int |
in
|
Time |
lastAction
|
String |
name
|
Constructor Summary | |
---|---|
ConnectedClientInfo()
|
Method Summary | |
---|---|
Time |
getConnectedSince()
Return the time when the participant had connected to PAPI. |
String |
getHost()
Return the host where is the Participant. |
Time |
getLastAction()
Return the last time when the Participant executed an Action. |
String |
getName()
Return the id of the Participant. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Time connectedSince
public String host
public int in
public Time lastAction
public String name
Constructor Detail |
---|
public ConnectedClientInfo()
Method Detail |
---|
public Time getConnectedSince()
public String getHost()
public Time getLastAction()
public String getName()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |