org.openorb.notify.persistence
Interface ProxySupplier

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

public interface ProxySupplier
extends FilterAdmin

This storagetype describes a ProxySupplier


Method Summary
 int admin_id()
          ConsumerAdminID
 void admin_id(int arg)
          ConsumerAdminID
 org.omg.CORBA.Object connected_consumer()
          ConnectedConsumer
 void connected_consumer(org.omg.CORBA.Object arg)
          ConnectedConsumer
 int id()
          SupplierConsumerID
 void id(int arg)
          SupplierConsumerID
 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()
SupplierConsumerID

id

public void id(int arg)
SupplierConsumerID

admin_id

public int admin_id()
ConsumerAdminID

admin_id

public void admin_id(int arg)
ConsumerAdminID

type

public ProxyType type()
ProxyType

type

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

type

public void type(ProxyType arg)
ProxyType

connected_consumer

public org.omg.CORBA.Object connected_consumer()
ConnectedConsumer

connected_consumer

public void connected_consumer(org.omg.CORBA.Object arg)
ConnectedConsumer

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