ALBPM Process API

fuego.papi
Class ConnectedClientInfo

java.lang.Object
  extended by fuego.papi.ConnectedClientInfo
All Implemented Interfaces:
Serializable

public class ConnectedClientInfo
extends Object
implements Serializable

This class represent a Participant connected to PAPI

See Also:
Serialized Form

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

connectedSince

public Time connectedSince

host

public String host

in

public int in

lastAction

public Time lastAction

name

public String name
Constructor Detail

ConnectedClientInfo

public ConnectedClientInfo()
Method Detail

getConnectedSince

public Time getConnectedSince()
Return the time when the participant had connected to PAPI.

Returns:

getHost

public String getHost()
Return the host where is the Participant.

Returns:

getLastAction

public Time getLastAction()
Return the last time when the Participant executed an Action.

Returns:

getName

public String getName()
Return the id of the Participant.

Returns:

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved