org.jacorb.notification.interfaces
Interface GCDisposable

All Superinterfaces:
org.picocontainer.Disposable, Disposable, NotifyingDisposable
All Known Implementing Classes:
AbstractFilter, MappingFilterImpl

public interface GCDisposable
extends NotifyingDisposable

Version:
$Id: GCDisposable.java,v 1.2 2005/08/21 13:30:01 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 void attemptDispose()
           
 
Methods inherited from interface org.jacorb.notification.interfaces.NotifyingDisposable
registerDisposable
 
Methods inherited from interface org.picocontainer.Disposable
dispose
 

Method Detail

attemptDispose

public void attemptDispose()