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 ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void addAccessorTarget(Acceptor target)
public void removeTarget(Acceptor target)
public abstract AccessorKey.AccessorType getAccessorType()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.