org.sapia.soto
Interface Service

All Known Implementing Classes:
IOC3Service, MasterService, SecondaryService, TypeService

public interface Service

This interface specifies the behavior common to all Soto service implementations.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software . All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 void dispose()
          Shuts down this service.
 void init()
          Performs initialization actions.
 void start()
          Starts this instance.
 

Method Detail

init

void init()
          throws java.lang.Exception
Performs initialization actions.

Throws:
java.lang.Exception - if a problem occurs while initializing.

start

void start()
           throws java.lang.Exception
Starts this instance.

Throws:
java.lang.Exception - if a problem occurs while starting.

dispose

void dispose()
Shuts down this service.



Copyright © 2010 Sapia OSS. All Rights Reserved.