@Entity public class RequestReceived extends RPCActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX
Constructor and Description |
---|
RequestReceived()
The default constructor.
|
RequestReceived(RequestReceived rpc)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
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 |
writeExternal(ObjectOutput out) |
getFault, getInterface, getInternal, getMessageId, getOperation, getServiceType, setFault, setInterface, setInternal, setMessageId, setOperation, setServiceType, toString
getContent, getMessageType, setContent, setMessageType
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public RequestReceived()
public RequestReceived(RequestReceived rpc)
rpc
- The rpc activity to copypublic boolean isRequest()
isRequest
in class RPCActivityType
public boolean isServiceProvider()
isServiceProvider
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.