GigaSpaces - Open Spaces

Serialized Form


Package org.openspaces.core

Class org.openspaces.core.BadSqlQueryException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.openspaces.core.EntryAlreadyInSpaceException extends DataIntegrityViolationException implements Serializable

serialVersionUID: -8553568598873283849L

Serialized Fields

e

com.j_spaces.core.client.EntryAlreadyInSpaceException e

Class org.openspaces.core.EntryNotInSpaceException extends DataRetrievalFailureException implements Serializable

serialVersionUID: 1654923353943041796L

Serialized Fields

e

com.j_spaces.core.client.EntryNotInSpaceException e

Class org.openspaces.core.EntrySerializationException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.openspaces.core.InactiveTransactionException extends TransactionDataAccessException implements Serializable

Class org.openspaces.core.InternalSpaceException extends DataAccessException implements Serializable

Serialized Fields

e

net.jini.space.InternalSpaceException e

Class org.openspaces.core.InvalidFifoClassException extends InvalidFifoOperationException implements Serializable

Serialized Fields

e

com.j_spaces.core.InvalidFifoClassException e

Class org.openspaces.core.InvalidFifoOperationException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.openspaces.core.InvalidFifoTemplateException extends InvalidFifoOperationException implements Serializable

Serialized Fields

e

com.j_spaces.core.InvalidFifoTemplateException e

Class org.openspaces.core.InvalidTransactionUsageException extends TransactionDataAccessException implements Serializable

Class org.openspaces.core.ObjectConversionException extends InvalidDataAccessResourceUsageException implements Serializable

Class org.openspaces.core.QueryMultiplePartialFailureException extends InvalidDataAccessResourceUsageException implements Serializable

Serialized Fields

results

Object results

causes

Throwable[] causes

Class org.openspaces.core.RemoteDataAccessException extends DataAccessException implements Serializable

Serialized Fields

e

RemoteException e

Class org.openspaces.core.SpaceClosedException extends DataAccessException implements Serializable

Class org.openspaces.core.SpaceInterruptedException extends DataAccessException implements Serializable

Class org.openspaces.core.SpaceMemoryShortageException extends DataAccessException implements Serializable

Serialized Fields

e

com.j_spaces.core.MemoryShortageException e

Class org.openspaces.core.SpaceOptimisticLockingFailureException extends OptimisticLockingFailureException implements Serializable

Serialized Fields

e

com.j_spaces.core.client.EntryVersionConflictException e

Class org.openspaces.core.SpaceTimeoutException extends DataAccessException implements Serializable

Class org.openspaces.core.SpaceUnavailableException extends DataAccessException implements Serializable

Class org.openspaces.core.TransactionDataAccessException extends DataAccessException implements Serializable

Class org.openspaces.core.UncategorizedSpaceException extends UncategorizedDataAccessException implements Serializable

serialVersionUID: -5799478121195480605L

Class org.openspaces.core.UnusableEntryException extends DataRetrievalFailureException implements Serializable

serialVersionUID: -8652798659299131940L

Class org.openspaces.core.UpdateOperationTimeoutException extends CannotAcquireLockException implements Serializable

Class org.openspaces.core.WriteMultiplePartialFailureException extends InvalidDataAccessResourceUsageException implements Serializable

serialVersionUID: 1L

Serialized Fields

results

com.j_spaces.core.multiple.write.IWriteResult[] results

exceptionTranslator

ExceptionTranslator exceptionTranslator

Package org.openspaces.core.cluster

Class org.openspaces.core.cluster.ClusterInfo extends Object implements Serializable

Serialized Fields

schema

String schema

instanceId

Integer instanceId

backupId

Integer backupId

numberOfInstances

Integer numberOfInstances

numberOfBackups

Integer numberOfBackups

name

String name

Package org.openspaces.core.executor

Package org.openspaces.core.executor.internal

Class org.openspaces.core.executor.internal.ExecutorMetaDataProvider.FailedToExecuteRoutingMethodException extends DataAccessException implements Serializable

Class org.openspaces.core.executor.internal.InternalDistributedSpaceTaskWrapper extends InternalSpaceTaskWrapper<T extends Serializable> 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.openspaces.core.executor.internal.InternalSpaceTaskWrapper 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

Package org.openspaces.core.executor.juc

Class org.openspaces.core.executor.juc.CallableDistributedTaskAdapter extends CallableTaskAdapter<T extends Serializable> 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.openspaces.core.executor.juc.CallableTaskAdapter 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.openspaces.core.executor.juc.RunnableDistributedTaskAdapter extends RunnableTaskAdapter<T extends Serializable> 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.openspaces.core.executor.juc.RunnableTaskAdapter 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

Package org.openspaces.core.executor.support

Class org.openspaces.core.executor.support.AbstractDelegatingDistributedTask extends SimpleDelegatingTask<T extends Serializable> implements Serializable

Class org.openspaces.core.executor.support.AvgTask extends AbstractDelegatingDistributedTask<T extends Number,R extends Number> 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.openspaces.core.executor.support.MaxTask extends AbstractDelegatingDistributedTask<T extends Number,T extends Number> 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.openspaces.core.executor.support.MinTask extends AbstractDelegatingDistributedTask<T extends Number,T extends Number> 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.openspaces.core.executor.support.NoResultsException extends Exception implements Serializable

Class org.openspaces.core.executor.support.PrivilegedDistributedTask extends AbstractDelegatingDistributedTask<T extends Serializable,R> 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.openspaces.core.executor.support.PrivilegedTask extends SimpleDelegatingTask<T extends Serializable> 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.openspaces.core.executor.support.SimpleDelegatingDistributedTask extends AbstractDelegatingDistributedTask<T extends Serializable,R> implements Serializable

Class org.openspaces.core.executor.support.SimpleDelegatingTask extends Object implements Serializable

Serialized Fields

task

Task<T extends Serializable> task

Class org.openspaces.core.executor.support.SumTask extends AbstractDelegatingDistributedTask<T extends Number,R extends Number> 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

Package org.openspaces.core.map

Class org.openspaces.core.map.LockHandle 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

Package org.openspaces.core.properties

Class org.openspaces.core.properties.BeanLevelProperties extends Object implements Serializable

Serialized Fields

contextProperties

Properties contextProperties

beanProperties

Map<K,V> beanProperties

Package org.openspaces.core.space

Class org.openspaces.core.space.CannotCreateSpaceException extends DataAccessResourceFailureException implements Serializable

serialVersionUID: -8026907614225627043L

Class org.openspaces.core.space.CannotFindSpaceException extends DataAccessResourceFailureException implements Serializable


Package org.openspaces.core.space.filter

Class org.openspaces.core.space.filter.FilterExecutionException extends NestedRuntimeException implements Serializable


Package org.openspaces.core.space.mode

Class org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent extends ApplicationEvent implements Serializable

Serialized Fields

spaceMode

com.gigaspaces.cluster.activeelection.SpaceMode spaceMode

Class org.openspaces.core.space.mode.AfterSpaceModeChangeEvent extends AbstractSpaceModeChangeEvent implements Serializable

serialVersionUID: 3684643308907987339L

Class org.openspaces.core.space.mode.BeforeSpaceModeChangeEvent extends AbstractSpaceModeChangeEvent implements Serializable

serialVersionUID: 1517730321537539772L


Package org.openspaces.core.transaction.manager

Class org.openspaces.core.transaction.manager.AbstractJiniTransactionManager extends AbstractPlatformTransactionManager implements Serializable

Serialized Fields

transactionalContext

Object transactionalContext

commitTimeout

Long commitTimeout

rollbackTimeout

Long rollbackTimeout

leaseRenewalConfig

TransactionLeaseRenewalConfig leaseRenewalConfig

leaseRenewalManagers

net.jini.lease.LeaseRenewalManager[] leaseRenewalManagers

beanName

String beanName

Class org.openspaces.core.transaction.manager.DirectJiniTransactionManager extends AbstractJiniTransactionManager implements Serializable

serialVersionUID: -8773176073029897135L

Serialized Fields

transactionManager

net.jini.core.transaction.server.TransactionManager transactionManager

Class org.openspaces.core.transaction.manager.DistributedJiniTransactionManager extends AbstractJiniTransactionManager implements Serializable

Serialized Fields

impl

Object impl

proxy

net.jini.core.transaction.server.TransactionManager proxy

Class org.openspaces.core.transaction.manager.LocalJiniTransactionManager extends AbstractJiniTransactionManager implements Serializable

serialVersionUID: -2672383547433358975L

Serialized Fields

space

com.j_spaces.core.IJSpace space

clustered

Boolean clustered

Class org.openspaces.core.transaction.manager.LookupJiniTransactionManager extends AbstractJiniTransactionManager implements Serializable

serialVersionUID: -917940171952237730L

Serialized Fields

transactionManagerName

String transactionManagerName

lookupTimeout

Long lookupTimeout

groups

String[] groups

locators

String[] locators

Package org.openspaces.esb.mule.eventcontainer

Class org.openspaces.esb.mule.eventcontainer.OpenSpacesMessageAdapter extends org.mule.transport.AbstractMessageAdapter implements Serializable

Serialized Fields

message

Object message

Package org.openspaces.esb.mule.message

Class org.openspaces.esb.mule.message.MatchingMap extends HashMap implements Serializable


Package org.openspaces.esb.mule.queue

Class org.openspaces.esb.mule.queue.InternalQueueEntry extends com.j_spaces.core.client.MetaDataEntry 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

Package org.openspaces.esb.mule.seda

Class org.openspaces.esb.mule.seda.InternalEventEntry extends com.j_spaces.core.client.MetaDataEntry 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.openspaces.esb.mule.seda.OpenSpacesSedaService extends SpaceAwareSedaService implements Serializable

Serialized Fields

template

Object template

Class org.openspaces.esb.mule.seda.SpaceAwareSedaService extends org.mule.model.seda.SedaService implements Serializable

Serialized Fields

sedaModel

OpenSpacesSedaModel sedaModel

gigaSpace

GigaSpace gigaSpace

Package org.openspaces.events.adapter

Class org.openspaces.events.adapter.ListenerExecutionFailedException extends DataAccessException implements Serializable

serialVersionUID: 7502177620008347109L


Package org.openspaces.events.notify

Class org.openspaces.events.notify.CannotCreateNotifySessionException extends DataAccessResourceFailureException implements Serializable

serialVersionUID: 8957193715747405306L

Serialized Fields

config

com.gigaspaces.events.EventSessionConfig config

Class org.openspaces.events.notify.NotifyListenerRegistrationException extends DataAccessResourceFailureException implements Serializable

serialVersionUID: -8079394141467235611L


Package org.openspaces.events.support

Class org.openspaces.events.support.RegisterDistributedEventContainerTask extends RegisterEventContainerTask implements Serializable

Class org.openspaces.events.support.RegisterEventContainerTask extends Object implements Serializable

Serialized Fields

eventContainer

Object eventContainer

Class org.openspaces.events.support.UnregisterDistributedEventContainerTask extends UnregisterEventContainerTask implements Serializable

Class org.openspaces.events.support.UnregisterEventContainerTask extends Object implements Serializable

Serialized Fields

containerName

String containerName

Package org.openspaces.hibernate.cache

Class org.openspaces.hibernate.cache.CacheKey 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

Package org.openspaces.interop

Class org.openspaces.interop.DotnetPUContainerServiceDetails extends Object implements Serializable

serialVersionUID: 1L

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.openspaces.interop.DotnetServiceDetails extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Package org.openspaces.jee.sessions.jetty

Class org.openspaces.jee.sessions.jetty.GigaSessionManager.Session extends org.mortbay.jetty.servlet.AbstractSessionManager.Session implements Serializable

Serialized Fields

_data

SessionData _data

_dirty

boolean _dirty

Class org.openspaces.jee.sessions.jetty.SessionData 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

Package org.openspaces.pu.container

Class org.openspaces.pu.container.CannotCloseContainerException extends ProcessingUnitContainerException implements Serializable

serialVersionUID: -933652672759514319L

Class org.openspaces.pu.container.CannotCreateContainerException extends ProcessingUnitContainerException implements Serializable

serialVersionUID: -6816021622144123429L

Class org.openspaces.pu.container.ProcessingUnitContainerException extends NestedRuntimeException implements Serializable


Package org.openspaces.pu.container.servicegrid

Class org.openspaces.pu.container.servicegrid.JeePUServiceDetails extends Object implements Serializable

serialVersionUID: 1L

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.openspaces.pu.container.servicegrid.SpacePUServiceDetails extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Package org.openspaces.pu.container.servicegrid.deploy

Class org.openspaces.pu.container.servicegrid.deploy.GSMNotFoundException extends NestedRuntimeException implements Serializable

Serialized Fields

groups

String[] groups

timeout

long timeout

Package org.openspaces.pu.container.support

Class org.openspaces.pu.container.support.WebsterFile extends File implements Serializable

Serialized Fields

root

URL root

url

URL url

directory

boolean directory

time

long time

name

String name

Package org.openspaces.pu.sla

Class org.openspaces.pu.sla.AbstractPolicy extends Object implements Serializable

Serialized Fields

monitor

String monitor

low

double low

high

double high

lowerDampener

long lowerDampener

upperDampener

long upperDampener

Class org.openspaces.pu.sla.InstanceSLA extends Object implements Serializable

Serialized Fields

instanceId

Integer instanceId

backupId

Integer backupId

requirements

List<E> requirements

Class org.openspaces.pu.sla.MemberAliveIndicator extends Object implements Serializable

Serialized Fields

invocationDelay

long invocationDelay

retryTimeout

long retryTimeout

retryCount

int retryCount

Class org.openspaces.pu.sla.RelocationPolicy extends AbstractPolicy implements Serializable

Class org.openspaces.pu.sla.ScaleUpPolicy extends AbstractPolicy implements Serializable

Serialized Fields

maxInstances

int maxInstances

Class org.openspaces.pu.sla.SLA extends Object implements Serializable

Serialized Fields

numberOfInstances

int numberOfInstances

numberOfBackups

int numberOfBackups

clusterSchema

String clusterSchema

policy

Policy policy

requirements

List<E> requirements

monitors

List<E> monitors

maxInstancesPerVM

int maxInstancesPerVM

maxInstancesPerMachine

int maxInstancesPerMachine

instanceSLAs

List<E> instanceSLAs

memberAliveIndicator

MemberAliveIndicator memberAliveIndicator

Package org.openspaces.pu.sla.monitor

Class org.openspaces.pu.sla.monitor.AbstractMonitor extends Object implements Serializable

Serialized Fields

name

String name

period

long period

historySize

int historySize

Class org.openspaces.pu.sla.monitor.BeanPropertyMonitor extends AbstractMonitor implements Serializable

Serialized Fields

ref

String ref

propertyName

String propertyName

Package org.openspaces.pu.sla.requirement

Class org.openspaces.pu.sla.requirement.CpuRequirement extends RangeRequirement implements Serializable

Class org.openspaces.pu.sla.requirement.HostRequirement extends Object implements Serializable

Serialized Fields

ip

String ip

Class org.openspaces.pu.sla.requirement.MemoryRequirement extends RangeRequirement implements Serializable

Class org.openspaces.pu.sla.requirement.RangeRequirement extends Object implements Serializable

Serialized Fields

watch

String watch

low

double low

high

double high

Class org.openspaces.pu.sla.requirement.SystemRequirement extends Object implements Serializable

Serialized Fields

name

String name

attributes

Map<K,V> attributes

Package org.openspaces.remoting

Class org.openspaces.remoting.AsyncSpaceRemotingEntry extends com.j_spaces.core.client.MetaDataEntry 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.openspaces.remoting.ExecutorRemotingTask 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.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException extends Exception 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.openspaces.remoting.ExecutorRemotingTask.InternalExecutorResult 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.openspaces.remoting.RemoteTimeoutException extends RemoteAccessException implements Serializable

serialVersionUID: -392552156381478754L

Serialized Fields

timeout

long timeout

Class org.openspaces.remoting.SpaceRemoteExecutionException extends ExecutionException implements Serializable

Serialized Fields

remoteInvocation

SpaceRemotingInvocation remoteInvocation

remoteResult

SpaceRemotingResult<T> remoteResult

Class org.openspaces.remoting.SyncSpaceRemotingEntry extends com.j_spaces.core.client.MetaDataEntry implements Serializable

Serialized Fields

uid

Long uid

lookupName

String lookupName

methodName

String methodName

arguments

Object[] arguments

metaArguments

Object[] metaArguments

oneWay

Boolean oneWay

routing

Integer routing

result

Object result

ex

Throwable ex

instanceId

Integer instanceId

transaction

net.jini.core.transaction.Transaction transaction

Package org.openspaces.remoting.scripting

Class org.openspaces.remoting.scripting.ResourceLazyLoadingScript 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.openspaces.remoting.scripting.ScriptCompilationException extends ScriptingException implements Serializable

Class org.openspaces.remoting.scripting.ScriptExecutionException extends ScriptingException implements Serializable

Class org.openspaces.remoting.scripting.ScriptingException extends NestedRuntimeException implements Serializable

Class org.openspaces.remoting.scripting.ScriptNotLoadedException extends ScriptingException implements Serializable

Class org.openspaces.remoting.scripting.StaticResourceScript extends StaticScript 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.openspaces.remoting.scripting.StaticScript 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


GigaSpaces - Open Spaces

Copyright © GigaSpaces.