org.openorb.notify.persistence
Interface FilterAdmin

All Superinterfaces:
org.omg.CosPersistentState.StorageObject
All Known Subinterfaces:
ConsumerAdmin, ProxyConsumer, ProxySupplier, SupplierAdmin

public interface FilterAdmin
extends org.omg.CosPersistentState.StorageObject

This storagetype describes a FilterAdmin


Method Summary
 EventTypeInfo[] event_types()
          Indicates the event types in use
 void event_types(EventTypeInfo[] arg)
          Indicates the event types in use
 EventTypeInfo[] event_types(org.omg.CosPersistentState.ForUpdate fu)
           
 ReferenceInfo[] filters()
          Filters associated with this filter admin
 ReferenceInfo[] filters(org.omg.CosPersistentState.ForUpdate fu)
           
 void filters(ReferenceInfo[] arg)
          Filters associated with this filter admin
 ReferenceInfo[] mapping_filters()
          Mapping filters associated with this filter admin
 ReferenceInfo[] mapping_filters(org.omg.CosPersistentState.ForUpdate fu)
           
 void mapping_filters(ReferenceInfo[] arg)
          Mapping filters associated with this filter admin
 int next_filter_id()
          Indicates the next filter id
 void next_filter_id(int arg)
          Indicates the 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

filters

ReferenceInfo[] filters()
Filters associated with this filter admin


filters

ReferenceInfo[] filters(org.omg.CosPersistentState.ForUpdate fu)

filters

void filters(ReferenceInfo[] arg)
Filters associated with this filter admin


mapping_filters

ReferenceInfo[] mapping_filters()
Mapping filters associated with this filter admin


mapping_filters

ReferenceInfo[] mapping_filters(org.omg.CosPersistentState.ForUpdate fu)

mapping_filters

void mapping_filters(ReferenceInfo[] arg)
Mapping filters associated with this filter admin


next_filter_id

int next_filter_id()
Indicates the next filter id


next_filter_id

void next_filter_id(int arg)
Indicates the next filter id


event_types

EventTypeInfo[] event_types()
Indicates the event types in use


event_types

EventTypeInfo[] event_types(org.omg.CosPersistentState.ForUpdate fu)

event_types

void event_types(EventTypeInfo[] arg)
Indicates the event types in use