public class TypeCache extends Object implements Externalizable
Constructor and Description |
---|
TypeCache() |
Modifier and Type | Method and Description |
---|---|
TypeWrapper |
get(String name) |
void |
init(WorkingMemory wm) |
boolean |
needsInit() |
void |
put(String name,
TypeWrapper wrapper) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public boolean needsInit()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public TypeWrapper get(String name)
public void put(String name, TypeWrapper wrapper)
public void init(WorkingMemory wm)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.