org.isam.exehda
Class ServiceDescriptor

java.lang.Object
  |
  +--org.isam.exehda.ServiceDescriptor

class ServiceDescriptor
extends java.lang.Object


Field Summary
(package private)  Service impl
           
(package private)  java.lang.String serviceName
           
(package private)  boolean started
           
 
Constructor Summary
(package private) ServiceDescriptor(java.lang.String serviceName, Service impl)
           
 
Method Summary
 Service getImpl()
           
 java.lang.String getName()
           
 boolean isStarted()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceName

java.lang.String serviceName

started

boolean started

impl

Service impl
Constructor Detail

ServiceDescriptor

ServiceDescriptor(java.lang.String serviceName,
                  Service impl)
Method Detail

getName

public java.lang.String getName()

getImpl

public Service getImpl()

isStarted

public boolean isStarted()

start

public void start()
           throws java.lang.Exception
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
java.lang.Exception