public abstract static class ClassFieldAccessorStore.BaseLookupEntry extends Object implements Externalizable
Constructor and Description |
---|
ClassFieldAccessorStore.BaseLookupEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addAccessorTarget(Acceptor target) |
void |
addAccessorTargets(Set<Acceptor> targets) |
Set<Acceptor> |
getAccessorTargets() |
abstract AccessorKey.AccessorType |
getAccessorType() |
void |
readExternal(ObjectInput in) |
void |
removeTarget(Acceptor target) |
void |
writeExternal(ObjectOutput out) |
public ClassFieldAccessorStore.BaseLookupEntry()
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 void addAccessorTarget(Acceptor target)
public void removeTarget(Acceptor target)
public abstract AccessorKey.AccessorType getAccessorType()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.