public class ExecutedMethod extends Object implements Externalizable
| Constructor and Description |
|---|
ExecutedMethod() |
ExecutedMethod(Method method,
List<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Method |
getMethod() |
List<Annotation> |
getQualifiers() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setMethod(Method method) |
void |
setQualifiers(List<Annotation> qualifiers) |
void |
writeExternal(ObjectOutput out) |
public ExecutedMethod()
public ExecutedMethod(Method method, List<Annotation> qualifiers)
public Method getMethod()
public void setMethod(Method method)
public List<Annotation> getQualifiers()
public void setQualifiers(List<Annotation> qualifiers)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.