Serialized Form


Package org.drools.grid

Class org.drools.grid.ConnectorException extends Exception implements Serializable


Package org.drools.grid.internal.commands

Class org.drools.grid.internal.commands.ExecutionNodeClientConnectCommand extends Object implements Serializable

Serialized Fields

outIdentifier

String outIdentifier

Class org.drools.grid.internal.commands.LookupCommand extends Object implements Serializable

Serialized Fields

identifier

String identifier

outIdentifier

String outIdentifier

Class org.drools.grid.internal.commands.NewKnowledgeBuilderRemoteCommand extends Object implements Serializable

Serialized Fields

kbuilderConfId

String kbuilderConfId

Class org.drools.grid.internal.commands.RegisterCommand extends Object implements Serializable

Serialized Fields

identifier

String identifier

instanceId

String instanceId

type

int type

Class org.drools.grid.internal.commands.RegisterRemoteWorkItemHandlerCommand extends Object implements Serializable

Serialized Fields

handler

String handler

workItemName

String workItemName

Class org.drools.grid.internal.commands.RegisterWorkItemHandlerRemoteCommand extends Object implements Serializable

Serialized Fields

handlerClassName

String handlerClassName

workItemName

String workItemName

Class org.drools.grid.internal.commands.SimpleCommand extends Object implements Serializable

Serialized Fields

id

int id

name

SimpleCommandName name

arguments

List<E> arguments

Class org.drools.grid.internal.commands.UnRegisterCommand extends Object implements Serializable

Serialized Fields

identifier

String identifier

Package org.drools.grid.io.impl

Class org.drools.grid.io.impl.CommandImpl extends Object implements Serializable

Serialized Fields

name

String name

arguments

List<E> arguments

Class org.drools.grid.io.impl.MessageImpl extends Object implements Serializable

Serialized Fields

conversationId

String conversationId

senderId

String senderId

recipientId

String recipientId

requestId

int requestId

responseId

int responseId

body

Object body

Package org.drools.grid.remote

Class org.drools.grid.remote.KnowledgeBuilderConfigurationRemoteClient extends Object implements Serializable

Serialized Fields

instanceId

String instanceId

gsd

GridServiceDescription<T> gsd

grid

Grid grid

Class org.drools.grid.remote.NewKnowledgeBuilderRemoteCommand extends Object implements Serializable

Serialized Fields

kbuilderConfId

String kbuilderConfId

Class org.drools.grid.remote.WorkItemManagerRemoteClient extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

instanceId

String instanceId

cm

ConversationManager cm

gsd

GridServiceDescription<T> gsd

Package org.drools.grid.remote.command

Class org.drools.grid.remote.command.GetFactHandleFromQueryResultsRowRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

rowId

String rowId

identifier

String identifier

Class org.drools.grid.remote.command.GetObjectFromQueryResultsRowRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

rowId

String rowId

identifier

String identifier

Class org.drools.grid.remote.command.GetQueryIdentifiersRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

Class org.drools.grid.remote.command.GetQueryResultsSizeRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

Class org.drools.grid.remote.command.GetWorkingMemoryEntryPointRemoteCommand extends Object implements Serializable

Serialized Fields

name

String name

Class org.drools.grid.remote.command.GetWorkItemManagerCommand extends Object implements Serializable

serialVersionUID: 1L

Class org.drools.grid.remote.command.HasNextQueryResultsRowRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

Class org.drools.grid.remote.command.NextQueryResultsRowRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

Class org.drools.grid.remote.command.QueryRemoteCommand extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

outIdentifier

String outIdentifier

name

String name

arguments

List<E> arguments

Class org.drools.grid.remote.command.SetQueryIteratorRemoteCommand extends Object implements Serializable

Serialized Fields

queryName

String queryName

localId

String localId

queryResultsId

String queryResultsId

Package org.drools.grid.service.directory.impl

Class org.drools.grid.service.directory.impl.AddressImpl extends Object implements Serializable

Serialized Fields

id

String id

gridServiceDescription

GridServiceDescription<T> gridServiceDescription

transport

String transport

object

Serializable object

Class org.drools.grid.service.directory.impl.AddressJpa extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

detached

Address detached

Class org.drools.grid.service.directory.impl.GridServiceDescriptionImpl extends Object implements Serializable

Serialized Fields

id

String id

serviceInterface

Class<T> serviceInterface

addresses

Map<K,V> addresses

data

Serializable data

Class org.drools.grid.service.directory.impl.GridServiceDescriptionJpa extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

detached

GridServiceDescription<T> detached

Class org.drools.grid.service.directory.impl.WhitePagesServiceConfiguration extends Object implements Serializable

Serialized Fields

addresses

InetSocketAddress[] addresses

Package org.drools.grid.timer.impl

Class org.drools.grid.timer.impl.ScheduledJob extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.grid.timer.impl.ScheduledJobConfiguration extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.grid.timer.impl.SchedulerServiceConfiguration extends Object implements Serializable

Serialized Fields

redundancy

int redundancy

addresses

InetSocketAddress[] addresses

Class org.drools.grid.timer.impl.UuidJobHandle extends Object implements Serializable

Serialized Fields

uuid

UUID uuid

cancel

AtomicBoolean cancel



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.