@Entity public abstract class MOMActivityType extends MessageExchange implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX, RTGOV_PROPERTY_PREFIX
Constructor and Description |
---|
MOMActivityType()
The default constructor.
|
MOMActivityType(MOMActivityType mat)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
This method gets the destination.
|
void |
readExternal(ObjectInput in) |
void |
setDestination(String destination)
This method sets the destination.
|
void |
writeExternal(ObjectOutput out) |
getContent, getMessageType, setContent, setMessageType
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public MOMActivityType()
public MOMActivityType(MOMActivityType mat)
mat
- The activity type to copypublic void setDestination(String destination)
destination
- The destinationpublic String getDestination()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class MessageExchange
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class MessageExchange
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.