public final class RAPServerInfo extends ServerInfo implements RAPReadable, Serializable
The ServerInfo class contains details of the remote server that an AdminSession is connected to. The class is returned by the AdminSession.getServerInfo () method, or a list of the available servers may be returned as an ServerList by the AdminSession.getServerList () method.
InfoLevel0, InfoLevel1, InfoLevel101, InfoLevel102, PLATFORM_NT, PLATFORM_OS2
Constructor and Description |
---|
RAPServerInfo()
Default constructor
|
RAPServerInfo(int infoLevel,
Vector objs,
boolean domain)
Class constructor
|
RAPServerInfo(String name,
boolean domain)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDomain()
Determine if this object refers to a domain or server
|
void |
readRAPObject(int infoLevel,
Vector objs)
Load the server information from the vector of objects
|
clearStrings, getComment, getInformationLevel, getMajorVersion, getMinorVersion, getPlatformId, getServerName, getServerType, readObject, readStrings, setComment, setInformationLevel, setPlatformId, setServerName, setServerType, setVersion, toString, writeObject
public RAPServerInfo()
public RAPServerInfo(int infoLevel, Vector objs, boolean domain)
infoLevel
- intobjs
- Vectordomain
- booleanpublic RAPServerInfo(String name, boolean domain)
name
- Stringdomain
- booleanpublic final boolean isDomain()
public void readRAPObject(int infoLevel, Vector objs)
readRAPObject
in interface RAPReadable
infoLevel
- intobjs
- VectorCopyright © 2005–2017 Alfresco Software. All rights reserved.