org.openorb.notify.persistence
Interface ProxyConsumer

All Superinterfaces:
FilterAdmin, org.omg.CosPersistentState.StorageObject

public interface ProxyConsumer
extends FilterAdmin

This storagetype describes a ProxyConsumer


Method Summary
 int admin_id()
          SupplierAdminID
 void admin_id(int arg)
          SupplierAdminID
 org.omg.CORBA.Object connected_supplier()
          ConnectedSupplier
 void connected_supplier(org.omg.CORBA.Object arg)
          ConnectedSupplier
 int id()
          ProxyConsumerID
 void id(int arg)
          ProxyConsumerID
 boolean is_connected()
          ConnectionStatus
 void is_connected(boolean arg)
          ConnectionStatus
 Property[] qos_properties()
          QoSProperties
 Property[] qos_properties(org.omg.CosPersistentState.ForUpdate fu)
           
 void qos_properties(Property[] arg)
          QoSProperties
 ProxyType type()
          ProxyType
 ProxyType type(org.omg.CosPersistentState.ForUpdate fu)
           
 void type(ProxyType arg)
          ProxyType
 
Methods inherited from interface org.openorb.notify.persistence.FilterAdmin
event_types, event_types, event_types, filters, filters, filters, mapping_filters, mapping_filters, mapping_filters, next_filter_id, next_filter_id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

id

public int id()
ProxyConsumerID

id

public void id(int arg)
ProxyConsumerID

admin_id

public int admin_id()
SupplierAdminID

admin_id

public void admin_id(int arg)
SupplierAdminID

type

public ProxyType type()
ProxyType

type

public ProxyType type(org.omg.CosPersistentState.ForUpdate fu)

type

public void type(ProxyType arg)
ProxyType

connected_supplier

public org.omg.CORBA.Object connected_supplier()
ConnectedSupplier

connected_supplier

public void connected_supplier(org.omg.CORBA.Object arg)
ConnectedSupplier

is_connected

public boolean is_connected()
ConnectionStatus

is_connected

public void is_connected(boolean arg)
ConnectionStatus

qos_properties

public Property[] qos_properties()
QoSProperties

qos_properties

public Property[] qos_properties(org.omg.CosPersistentState.ForUpdate fu)

qos_properties

public void qos_properties(Property[] arg)
QoSProperties