public class CopyIdentifiersGlobalExporter extends Object implements GlobalExporter
Constructor and Description |
---|
CopyIdentifiersGlobalExporter()
All identifiers will be copied
|
CopyIdentifiersGlobalExporter(String[] identifiers)
Specified identifiers will be copied
|
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 CopyIdentifiersGlobalExporter()
public CopyIdentifiersGlobalExporter(String[] identifiers)
identifiers
- 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
public GlobalResolver export(WorkingMemory workingMemory)
GlobalExporter
export
in interface GlobalExporter
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.