org.jacorb.notification.filter
Interface AbstractFilterMBean

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

public interface AbstractFilterMBean

MBean interface.


Method Summary
 void destroy()
           
 Date getCreationDate()
           
 Date getLastUsage()
           
 long getMatchCount()
           
 long getMatchStructuredCount()
           
 long getMatchTypedCount()
           
 String listContraints()
           
 

Method Detail

destroy

void destroy()

getLastUsage

Date getLastUsage()

getCreationDate

Date getCreationDate()

getMatchCount

long getMatchCount()

getMatchStructuredCount

long getMatchStructuredCount()

getMatchTypedCount

long getMatchTypedCount()

listContraints

String listContraints()


Copyright © 2015 JacORB. All rights reserved.