public class ExecutedMethod extends Object implements Externalizable
| Constructor and Description |
|---|
ExecutedMethod() |
ExecutedMethod(Method method,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotation() |
Method |
getMethod() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setAnnotation(Annotation annotation) |
void |
setMethod(Method method) |
void |
writeExternal(ObjectOutput out) |
public ExecutedMethod()
public ExecutedMethod(Method method, Annotation annotation)
public Method getMethod()
public void setMethod(Method method)
public Annotation getAnnotation()
public void setAnnotation(Annotation annotation)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.