org.jboss.system
Interface Service

All Known Subinterfaces:
AttributePersistenceServiceMBean, BarrierControllerMBean, ClasspathExtensionMBean, DeploymentCacheMBean, DeploymentScanner, DeploymentScannerMBean, DeploymentStoreMBean, FileDeploymentStoreMBean, HttpURLDeploymentScannerMBean, InterceptorServiceMBean, JARDeployerMBean, ListenerServiceMBean, MainDeployerMBean, SARDeployerMBean, ServiceMBean, SubDeployerExtMBean, SubDeployerInterceptorMBean, SubDeployerMBean, URLDeploymentScannerMBean, URLDirectoryScannerMBean, XSLSubDeployerMBean
All Known Implementing Classes:
AbstractDeploymentScanner, AttributePersistenceService, BarrierController, BarrierController.Barrier, ClasspathExtension, DeploymentCache, FileDeploymentStore, HttpURLDeploymentScanner, InterceptorServiceMBeanSupport, JARDeployer, ListenerServiceMBeanSupport, MainDeployer, ObjectModelFactorySimpleSubDeployerSupport, SARDeployer, SchemaBindingSimpleSubDeployerSupport, ServiceDynamicMBeanSupport, ServiceMBeanSupport, SimpleSubDeployerSupport, SubDeployerInterceptorSupport, SubDeployerSupport, URLDeploymentScanner, URLDirectoryScanner, XSLSubDeployer

public interface Service

The Service interface.

Version:
$Revision: 1.2.2.1 $
Author:
Marc Fleury.

Method Summary
 void create()
          create the service, do expensive operations etc
 void destroy()
          destroy the service, tear down
 void start()
          start the service, create is already called
 void stop()
          stop the service
 

Method Detail

create

void create()
            throws Exception
create the service, do expensive operations etc

Throws:
Exception

start

void start()
           throws Exception
start the service, create is already called

Throws:
Exception

stop

void stop()
stop the service


destroy

void destroy()
destroy the service, tear down



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.