org.isam.exehda.services.primos
Class ObjectSeedImpl

java.lang.Object
  |
  +--org.isam.exehda.services.AbstractService
        |
        +--org.isam.exehda.services.primos.ObjectSeedImpl
All Implemented Interfaces:
ObjectSeed, Service

public class ObjectSeedImpl
extends AbstractService
implements ObjectSeed


Nested Class Summary
 
Nested classes inherited from class org.isam.exehda.services.ObjectSeed
ObjectSeed.Activatable, ObjectSeed.Activator, ObjectSeed.ObjectHandle
 
Constructor Summary
ObjectSeedImpl()
           
 
Method Summary
 ObjectSeed.ObjectHandle newInstance(java.lang.Class cls, java.lang.Object[] params, ObjectSeed.Activator a)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.isam.exehda.services.AbstractService
log, log, log, log, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSeedImpl

public ObjectSeedImpl()
Method Detail

start

public void start()
Specified by:
start in interface Service

stop

public void stop()
Specified by:
stop in interface Service

newInstance

public ObjectSeed.ObjectHandle newInstance(java.lang.Class cls,
                                           java.lang.Object[] params,
                                           ObjectSeed.Activator a)
Specified by:
newInstance in interface ObjectSeed