Serialized Form


Package com.resilientedge.jockey.appcomm

Class com.resilientedge.jockey.appcomm.Request implements Serializable

Serialized Fields

nameToCall_

java.lang.String nameToCall_

howToCall_

java.lang.String howToCall_

methodName_

java.lang.String methodName_

args_

java.lang.Object[] args_

returnType_

java.lang.String returnType_

Class com.resilientedge.jockey.appcomm.Response implements Serializable

Serialized Fields

returnValue

java.lang.Object returnValue

thrownException

java.lang.Exception thrownException

status

int status


Package com.resilientedge.jockey.peerbridge

Class com.resilientedge.jockey.peerbridge.LoopbackApplication implements Serializable

Serialized Fields

appDescriptor_

AppDescriptor appDescriptor_

peer_

LoopbackPeer peer_

appId_

java.lang.String appId_

authorities_

java.util.Set authorities_

Class com.resilientedge.jockey.peerbridge.SimpSockApplication implements Serializable

Serialized Fields

appDescriptor_

AppDescriptor appDescriptor_

peer_

SimpSockPeer peer_

appId_

java.lang.String appId_

authorities_

java.util.Set authorities_

Class com.resilientedge.jockey.peerbridge.SimpSockMessage implements Serializable

Serialized Fields

content_

byte[] content_

messageId_

long messageId_

responseId_

long responseId_

asynchronous_

boolean asynchronous_

ackRequired_

boolean ackRequired_

responseExpected_

boolean responseExpected_

destApp_

PBApplication destApp_

sourceApp_

PBApplication sourceApp_

Class com.resilientedge.jockey.peerbridge.SimpSockPeer implements Serializable

Serialized Fields

peerId_

java.lang.String peerId_

Class com.resilientedge.jockey.peerbridge.SimpSockPeerGroup implements Serializable

Serialized Fields

groupId_

int groupId_

manager_

SimpSockNetManager manager_

messenger_

SimpSockMessenger messenger_

directory_

PBDirectory directory_


Package com.resilientedge.jockey.util.lifecycle

Class com.resilientedge.jockey.util.lifecycle.SCMEventManager implements Serializable


Package com.resilientedge.jockey.util.tooltray

Class com.resilientedge.jockey.util.tooltray.XPlatIndicator implements Serializable

Serialized Fields

parent_

DesktopIndicator parent_

userMenuOptions

java.lang.String[] userMenuOptions


Package com.resilientedge.util

Class com.resilientedge.util.AssertionFailedError implements Serializable

Class com.resilientedge.util.VersionInfo implements Serializable

Serialized Fields

majorVersion

int majorVersion

minorVersion

int minorVersion

microVersion

int microVersion

patchLevel

java.lang.String patchLevel

buildNumber

int buildNumber

buildDate

java.lang.String buildDate


Package com.resilientedge.util.exception

Class com.resilientedge.util.exception.InfrastructureException implements Serializable

Serialized Fields

nestedException_

java.lang.Throwable nestedException_
Nested exception


Package com.resilientedge.util.logger

Class com.resilientedge.util.logger.LoggerException implements Serializable

Class com.resilientedge.util.logger.LoggerIOException implements Serializable

Class com.resilientedge.util.logger.UnknownLogTypeException implements Serializable


Package com.resilientedge.util.prefs.xml

Class com.resilientedge.util.prefs.xml.XMLEntry implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Class com.resilientedge.util.prefs.xml.XMLMap implements Serializable

Serialized Fields

entryMap

java.util.ArrayList entryMap

Class com.resilientedge.util.prefs.xml.XMLNode implements Serializable

Serialized Fields

name

java.lang.String name

map

XMLMap map

nodeMap

java.util.ArrayList nodeMap

Class com.resilientedge.util.prefs.xml.XMLPreferences implements Serializable

Serialized Fields

root

XMLRoot root

Class com.resilientedge.util.prefs.xml.XMLRoot implements Serializable

Serialized Fields

type

java.lang.String type


Package com.resilientedge.util.workerPool

Class com.resilientedge.util.workerPool.WorkerPool implements Serializable

Serialized Fields

POOL_LOCK

java.lang.Object POOL_LOCK

waitQ_

WaitQueue waitQ_

poolList_

java.util.LinkedList poolList_

freeList_

java.util.LinkedList freeList_

workerPoolName_

java.lang.String workerPoolName_

threadId_

java.lang.String threadId_

maxSize_

int maxSize_

minSize_

int minSize_

workClass_

java.lang.Class workClass_

wpListener_

WorkerPoolListener wpListener_

Class com.resilientedge.util.workerPool.WorkerPoolEvent implements Serializable

Serialized Fields

maxSize_

int maxSize_

minSize_

int minSize_

currentSize_

int currentSize_

eventId_

int eventId_

eventObj_

java.lang.Object eventObj_


Package com.resilientedge.util.xmlmapping

Class com.resilientedge.util.xmlmapping.XmlMappingException implements Serializable


Package org.resilientedge.jockey.peer

Class org.resilientedge.jockey.peer.AppDescriptor implements Serializable

Serialized Fields

appName_

java.lang.String appName_

appId_

java.lang.String appId_

appinstanceId_

java.lang.String appinstanceId_

appCategory_

java.lang.String appCategory_

version_

java.lang.String version_

Class org.resilientedge.jockey.peer.AppToken implements Serializable

Serialized Fields

appId_

java.lang.String appId_

appDescriptor_

AppDescriptor appDescriptor_

authorities_

Authority[] authorities_

Class org.resilientedge.jockey.peer.Authority implements Serializable

Serialized Fields

name_

java.lang.String name_

type_

java.lang.String type_

id_

java.lang.String id_

Class org.resilientedge.jockey.peer.CommunicationException implements Serializable

Class org.resilientedge.jockey.peer.PeerGroupToken implements Serializable

Serialized Fields

groupId_

java.lang.String groupId_

peerNetwork_

PeerNetwork peerNetwork_

Class org.resilientedge.jockey.peer.PeerToken implements Serializable

Serialized Fields

peerId_

java.lang.String peerId_

directoryPeer_

boolean directoryPeer_

Class org.resilientedge.jockey.peer.PeerUnavailableException implements Serializable

Class org.resilientedge.jockey.peer.RequestTimeoutException implements Serializable

Class org.resilientedge.jockey.peer.SecurityViolationException implements Serializable


Package org.resilientedge.jockey.peerbridge

Class org.resilientedge.jockey.peerbridge.PBCommunicationException implements Serializable

Class org.resilientedge.jockey.peerbridge.PBResponseMarker implements Serializable

Serialized Fields

timeout_

int timeout_

ready_

boolean ready_

responseMessage_

PBMessage responseMessage_

Class org.resilientedge.jockey.peerbridge.PBSecurityViolationException implements Serializable

Class org.resilientedge.jockey.peerbridge.PBSendMarker implements Serializable

Serialized Fields

markerId_

long markerId_

sendComplete_

boolean sendComplete_

sendMessage_

PBMessage sendMessage_


Package org.resilientedge.jockey.service

Class org.resilientedge.jockey.service.ServiceCall implements Serializable

Serialized Fields

parameters_

java.lang.Object[] parameters_

ackRequired_

boolean ackRequired_

name_

java.lang.String name_

Class org.resilientedge.jockey.service.ServiceResponse implements Serializable

Serialized Fields

fault_

java.lang.String fault_

response_

java.lang.Object response_



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.