com.rsa.authagent.authapi.realmstat
Class RealmStatus
java.lang.Object
com.rsa.authagent.authapi.realmstat.RealmStatus
- All Implemented Interfaces:
- java.io.Serializable
public class RealmStatus
- extends java.lang.Object
- implements java.io.Serializable
Contains all the ACE/Serve configuration parameters and the statuses of all
the replicas in the realm. This is the equivalent of the sdstatus.12 file.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_MAX_CURRENT_TIME_RESP
public static final byte DEFAULT_MAX_CURRENT_TIME_RESP
- See Also:
- Constant Field Values
RealmStatus
public RealmStatus(DataDirectory dataDirectory)
- Constructor for RealmStatus.
readOpts
public void readOpts(DataDirectory dataDirectory)
write
public void write()
getUpdateTime
public long getUpdateTime()
- Returns the time when the status in the data repository was last
modified.
- Returns:
- the time.
getRealmConfig
public RealmConfig getRealmConfig()
- Returns:
- Returns the RealmConfig object.
getRealmOpts
public RealmOpts getRealmOpts()
- Returns:
- Returns the RealmOpts object.
getAcmServers
public AcmServerInfo[] getAcmServers()
- Returns:
- Returns the acmServers.
getAcmServer
public AcmServerInfo getAcmServer(int i)
- Returns:
- Returns the acmServers.
getDefaultAliasOptions
public byte getDefaultAliasOptions()
- Returns:
- Returns the defaultAliasOptions.
getServerReleaseFromServer
public byte[] getServerReleaseFromServer()
- Returns:
- Returns the serverReleaseFromServer.
setServerReleaseFromServer
public void setServerReleaseFromServer(byte[] serverReleaseFromServer)
- Parameters:
serverReleaseFromServer - The serverReleaseFromServer to set.
getMaxCurrentTimeResp
public byte getMaxCurrentTimeResp()
- Returns:
- Returns the maxCurrentTimeResp.
getStaticPriorities
public int getStaticPriorities()
- Returns:
- Returns the staticPriorities.
setAcmServers
public void setAcmServers(AcmServerInfo[] acmServer)
- Parameters:
acmServer -
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.