public class InvokeMethodObjectAttributeProxy<T,O> extends AbstractObjectAttributeProxy<T,O> implements Externalizable
| Constructor and Description |
|---|
InvokeMethodObjectAttributeProxy() |
InvokeMethodObjectAttributeProxy(Object object,
String methodName,
Class<?> parameterClass,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
T |
createValue(O value) |
void |
init() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clearValue, getValuepublic T createValue(O value)
createValue in class AbstractObjectAttributeProxy<T,O>public void init()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.