|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SELF - The most-derived DDS-standard interface implemented
by this entity.LISTENER - The listener interface appropriate for this entity.QOS - The QoS interface appropriate for this entity.public interface Entity<SELF extends Entity<SELF,LISTENER,QOS>,LISTENER extends java.util.EventListener,QOS extends EntityQos<?,?>>
This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
| Method Summary | |
|---|---|
void |
close()
Halt communication and dispose the resources held by this entity. |
void |
enable()
|
InstanceHandle |
getInstanceHandle()
|
LISTENER |
getListener()
|
QOS |
getQos()
|
java.util.Collection<java.lang.Class<? extends Status<?,?>>> |
getStatusChanges(java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
|
StatusCondition<SELF> |
getStatusCondition()
|
void |
retain()
Indicates that references to this object may go out of scope but that the application expects to look it up again later. |
void |
setListener(LISTENER listener)
|
void |
setQos(QOS qos)
|
void |
setQos(java.lang.String qosLibraryName,
java.lang.String qosProfileName)
Set the QoS to that specified in the given QoS profile in the given QoS library. |
| Methods inherited from interface org.omg.dds.core.DDSObject |
|---|
getBootstrap |
| Method Detail |
|---|
LISTENER getListener()
void setListener(LISTENER listener)
QOS getQos()
void setQos(QOS qos)
setQos(String, String)
void setQos(java.lang.String qosLibraryName,
java.lang.String qosProfileName)
qosLibraryName - qosProfileName - setQos(EntityQos)void enable()
StatusCondition<SELF> getStatusCondition()
java.util.Collection<java.lang.Class<? extends Status<?,?>>> getStatusChanges(java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
InstanceHandle getInstanceHandle()
void close()
void retain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.