org.jacorb.notification.filter
Interface AbstractFilterMBean

All Known Subinterfaces:
ETCLFilterMBean
All Known Implementing Classes:
AbstractFilter, ETCLFilter

public interface AbstractFilterMBean

MBean interface.


Method Summary
 void destroy()
           
 java.util.Date getCreationDate()
           
 java.util.Date getLastUsage()
           
 long getMatchCount()
           
 long getMatchStructuredCount()
           
 long getMatchTypedCount()
           
 java.lang.String listContraints()
           
 

Method Detail

destroy

void destroy()

getLastUsage

java.util.Date getLastUsage()

getCreationDate

java.util.Date getCreationDate()

getMatchCount

long getMatchCount()

getMatchStructuredCount

long getMatchStructuredCount()

getMatchTypedCount

long getMatchTypedCount()

listContraints

java.lang.String listContraints()