public class ReferenceOriginalGlobalExporter extends Object implements GlobalExporter
Constructor and Description |
---|
ReferenceOriginalGlobalExporter() |
Modifier and Type | Method and Description |
---|---|
GlobalResolver |
export(WorkingMemory workingMemory)
This method is called internally by the StatelessSession, which will provide the WorkingMemory.
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public GlobalResolver export(WorkingMemory workingMemory)
GlobalExporter
export
in interface GlobalExporter
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.