org.portico.shared.msg
Class RTI_AssociateForUpdates
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_AssociateForUpdates
- All Implemented Interfaces:
- Serializable
public class RTI_AssociateForUpdates
- extends RTI_RequestMessage
This message represents a request to associate a group of attributes with a specified region
so that when updates are sent out, subscribers are filtered based on those regions.
- See Also:
- Serialized Form
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
regionToken
private int regionToken
objectHandle
private int objectHandle
attributes
private HashSet<Integer> attributes
RTI_AssociateForUpdates
public RTI_AssociateForUpdates()
RTI_AssociateForUpdates
public RTI_AssociateForUpdates(int objectHandle,
int regionToken,
HashSet<Integer> attributes)
getRegionToken
public int getRegionToken()
setRegionToken
public void setRegionToken(int regionToken)
getObjectHandle
public int getObjectHandle()
setObjectHandle
public void setObjectHandle(int objectHandle)
getAttributes
public HashSet<Integer> getAttributes()
setAttributes
public void setAttributes(HashSet<Integer> attributes)
readExternal
public void readExternal(ObjectInput input)
throws IOException,
ClassNotFoundException
- Overrides:
readExternal
in class RTI_RequestMessage
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Overrides:
writeExternal
in class RTI_RequestMessage
- Throws:
IOException