@Entity public class ResponseSent extends RPCActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX
Constructor and Description |
---|
ResponseSent()
The default constructor.
|
ResponseSent(ResponseSent rpc)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getReplyToId()
This method gets the 'reply to' message id.
|
boolean |
isRequest()
This method determines whether the RPC activity is
a request.
|
boolean |
isServiceProvider()
This method determines whether the RPC activity is
associated with the service provider.
|
void |
readExternal(ObjectInput in) |
void |
setReplyToId(String replyToId)
This method sets the 'reply to' message id.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getFault, getInterface, getInternal, getMessageId, getOperation, getServiceType, setFault, setInterface, setInternal, setMessageId, setOperation, setServiceType
getContent, getMessageType, setContent, setMessageType
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public ResponseSent()
public ResponseSent(ResponseSent rpc)
rpc
- The rpc activity to copypublic boolean isRequest()
isRequest
in class RPCActivityType
public boolean isServiceProvider()
isServiceProvider
in class RPCActivityType
public void setReplyToId(String replyToId)
replyToId
- The 'reply to' message idpublic String getReplyToId()
public String toString()
toString
in class RPCActivityType
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class RPCActivityType
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class RPCActivityType
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.