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

int id()
ProxyConsumerID


id

void id(int arg)
ProxyConsumerID


admin_id

int admin_id()
SupplierAdminID


admin_id

void admin_id(int arg)
SupplierAdminID


type

ProxyType type()
ProxyType


type

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

type

void type(ProxyType arg)
ProxyType


connected_supplier

org.omg.CORBA.Object connected_supplier()
ConnectedSupplier


connected_supplier

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


is_connected

boolean is_connected()
ConnectionStatus


is_connected

void is_connected(boolean arg)
ConnectionStatus


qos_properties

Property[] qos_properties()
QoSProperties


qos_properties

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

qos_properties

void qos_properties(Property[] arg)
QoSProperties