org.jboss.aop.joinpoint
Class InvocationResponse
java.lang.Object
org.jboss.aop.joinpoint.InvocationResponse
- All Implemented Interfaces:
- Externalizable, Serializable
public class InvocationResponse
- extends Object
- implements Externalizable
Allows interceptors to communicate information back down the chain
- Version:
- $Revision: 1.4 $
Revisions:
Revisions:
- Author:
- Bill Burke
- See Also:
- ,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextInfo
protected Map contextInfo
response
protected Object response
InvocationResponse
public InvocationResponse()
InvocationResponse
public InvocationResponse(Object obj)
getContextInfo
public Map getContextInfo()
setContextInfo
public void setContextInfo(Map contextInfo)
getResponse
public Object getResponse()
setResponse
public void setResponse(Object obj)
addAttachment
public void addAttachment(Object key,
Object val)
getAttachment
public Object getAttachment(Object key)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.