Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.util
Interface Disposable

All Known Implementing Classes:
MultiBufferWriteBuffer, MultiplexingWriteBufferPool

public interface Disposable

The Disposable interface is used for life-cycle management of resources.

Author:
ch 2010-01-11

Method Summary
 void dispose()
          Invoked when all resources owned by the implementor can safely be released.

 

Method Detail

dispose

void dispose()
Invoked when all resources owned by the implementor can safely be released.

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.