com.xenonsoft.bridgetown.soa
Interface IDisposable

All Known Subinterfaces:
IApplicationAssembler, IServiceAssembler
All Known Implementing Classes:
AbstractServiceAssembler, ApplicationAssemblerImpl, CalcServiceImpl, HibernateUtil, WebApplicationAssembler

public interface IDisposable

Contract interface for the end of a life-cycle.

Version:
$Id: IDisposable.java,v 1.2 2005/02/23 01:31:11 peter_pilgrim Exp $
Author:
Peter Pilgrim, Jul 27, 2004 11:26:49 AM

Method Summary
 void dispose()
          Dispose the service, release all associations to system resources, shutdown related sub processes.
 

Method Detail

dispose

public void dispose()
Dispose the service, release all associations to system resources, shutdown related sub processes.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.