com.platform.ego.impl
Class ClientInfo

java.lang.Object
  extended by com.platform.ego.impl.ClientInfo

public class ClientInfo
extends java.lang.Object

ClientInfo provides detailed information about one client. This class is mainly used in functions that query information directly from the EGO Server.

Version:
1.2.3

Constructor Summary
ClientInfo()
           
 
Method Summary
 java.lang.String getDescription()
          Get description of client.
 java.lang.String getLocation()
          Get location of client.
 java.lang.String getName()
          Get name of client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInfo

public ClientInfo()
Method Detail

getDescription

public java.lang.String getDescription()
Get description of client.

Returns:
description of client.

getLocation

public java.lang.String getLocation()
Get location of client.

Returns:
location of client.

getName

public java.lang.String getName()
Get name of client.

Returns:
name of client.


Copyright (C) 1992-2007 Platform Computing Corporation