org.openorb.notify.persistence
Interface Filter

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface Filter
extends org.omg.CosPersistentState.StorageObject

This storagetype describes a Filter


Method Summary
 ReferenceInfo[] callbacks()
          Callbacks
 ReferenceInfo[] callbacks(org.omg.CosPersistentState.ForUpdate fu)
           
 void callbacks(ReferenceInfo[] arg)
          Callbacks
 java.lang.String constraint_grammar()
          ConstraintGrammar
 void constraint_grammar(java.lang.String arg)
          ConstraintGrammar
 ConstraintInfo[] constraints()
          Constraints associated with this filter
 void constraints(ConstraintInfo[] arg)
          Constraints associated with this filter
 ConstraintInfo[] constraints(org.omg.CosPersistentState.ForUpdate fu)
           
 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)
           
 int next_callback_id()
          Indicates the next callback id
 void next_callback_id(int arg)
          Indicates the next callback id
 int next_constraint_id()
          Indicates the next constraint id
 void next_constraint_id(int arg)
          Indicates the next constraint id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

constraint_grammar

java.lang.String constraint_grammar()
ConstraintGrammar


constraint_grammar

void constraint_grammar(java.lang.String arg)
ConstraintGrammar


constraints

ConstraintInfo[] constraints()
Constraints associated with this filter


constraints

ConstraintInfo[] constraints(org.omg.CosPersistentState.ForUpdate fu)

constraints

void constraints(ConstraintInfo[] arg)
Constraints associated with this filter


next_constraint_id

int next_constraint_id()
Indicates the next constraint id


next_constraint_id

void next_constraint_id(int arg)
Indicates the next constraint id


callbacks

ReferenceInfo[] callbacks()
Callbacks


callbacks

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

callbacks

void callbacks(ReferenceInfo[] arg)
Callbacks


next_callback_id

int next_callback_id()
Indicates the next callback id


next_callback_id

void next_callback_id(int arg)
Indicates the next callback 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