Serialized Form
|
Package com.rsa.ace.techservice.cipher |
|
Package com.rsa.ace.techservice.udpserver |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Define serialization interface. This is implemented because we want to
be sure that serialized fields that may not be set are synchronized with
the internal, transient, datagram. The get methods automagically synchronize, so
we'll use them for this purpose as well.
- Throws:
java.io.IOException - If an error occurs writing the object.
data
byte[] data
dataLength
int dataLength
address
java.net.InetAddress address
port
int port
message
java.lang.String message
originalException
java.lang.Exception originalException
|
Package com.rsa.ace.techservice.util |
|
Package com.rsa.authagent.authapi |
|
Package com.rsa.authagent.authapi.config |
|
Package com.rsa.authagent.authapi.datarepository |
cause
java.lang.Throwable cause
|
Package com.rsa.authagent.authapi.realmstat |
serverAddress
java.net.InetAddress serverAddress
aliases
java.net.InetAddress[] aliases
activeAddress
java.net.InetAddress activeAddress
suspendTime
long suspendTime
aliasOptions
byte aliasOptions
sdoptsPriority
byte sdoptsPriority
runPriority
byte runPriority
serverStatus
byte serverStatus
addressStatus
byte addressStatus
aliasMask
byte[] aliasMask
averageNetTurnaround
long averageNetTurnaround
worstNetTurnaround
long worstNetTurnaround
currentResponseTotalTime
long currentResponseTotalTime
currentResponseCount
int currentResponseCount
consecutiveSuspensions
byte consecutiveSuspensions
lastTimeUsed
long lastTimeUsed
sdoptsClientIp
java.net.InetAddress sdoptsClientIp
staticPriorities
int staticPriorities
maxCurrentTimeResp
byte maxCurrentTimeResp
serverReleaseFromServer
byte[] serverReleaseFromServer
acmServers
AcmServerInfo[] acmServers
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.