| |
|
| java.lang.Object org.datashare.objects.DefaultObjectInfo org.datashare.ClientInfo
admin | protected boolean admin(Code) | | true if this client has admin privileges
|
clientKey | protected String clientKey(Code) | | Client's unique name, used as a key for the client
|
clientMode | protected int clientMode(Code) | | indicates how the client code was launched (applet/application/desktop)
|
saveData | boolean saveData(Code) | | indicates if this instance can expect to access beans
|
seeAllTreeObjects | protected boolean seeAllTreeObjects(Code) | | indicates if user wants to see all sessions/clients in their tree objects
|
userSuppliedInfo | String userSuppliedInfo(Code) | | info from the client's RegistrationInfo
|
getAdmin | public boolean getAdmin()(Code) | | returns true if this client has admin privileges, false otherwise
|
getDatabaseID | public String getDatabaseID()(Code) | | Retrieves the ADSKey String for this instance. Should always be checked for null.
Also realize that this method may block until the ADSKey value is available.
the ADSKey String that was previously set for this instance. |
getHostMachine | public InetAddress getHostMachine()(Code) | | allows the host machine to be retreived
returns information about host machine |
getInfo | public String getInfo()(Code) | | Retrieves a description of this instance.
the name of the Client for this instance |
getKeyValue | public String getKeyValue()(Code) | | the value to use for the key for this instance in the Hashtable of
the Server's ClientInfo instances
returns the key to use for this instance, String version of URLfor ClientInfo |
getSeeAllTreeObjects | public boolean getSeeAllTreeObjects()(Code) | | |
getType | public String getType()(Code) | | Retrieves a string containing 'Client'.
fixed value of 'Client' for all instances |
setDatabaseID | public void setDatabaseID(String ak)(Code) | | Sets the ADSKey String for this instance to the provided parameter value.
The ADSKey String is the value provided when the EJB was created for this instance.
Parameters: ak - the value to save as the ID for this instance |
setSeeAllTreeObjects | public void setSeeAllTreeObjects(boolean seeAllTreeObjects)(Code) | | |
|
|
|