org.jacorb.dds
Class EntityImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.dds.EntityPOA
          extended by org.jacorb.dds.EntityImpl
All Implemented Interfaces:
InvokeHandler, EntityOperations

public abstract class EntityImpl
extends EntityPOA

This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.


Constructor Summary
EntityImpl()
           
 
Method Summary
abstract  int enable()
           
 int get_status_changes()
          Not Implemented
 StatusCondition get_statuscondition()
          Not Implemented
 
Methods inherited from class org.omg.dds.EntityPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImpl

public EntityImpl()
Method Detail

enable

public abstract int enable()

get_statuscondition

public StatusCondition get_statuscondition()
Not Implemented

Returns:

get_status_changes

public int get_status_changes()
Not Implemented

Returns:


Copyright © 2015 JacORB. All rights reserved.