org.jboss.portal.test.portal.kernel
Class NullService

java.lang.Object
  extended by org.jboss.portal.server.kernel.BaseService
      extended by org.jboss.portal.test.portal.kernel.NullService
All Implemented Interfaces:
Registration, Service

public class NullService
extends BaseService


Field Summary
 
Fields inherited from class org.jboss.portal.server.kernel.BaseService
ctx
 
Constructor Summary
NullService()
           
 
Method Summary
 void create()
          Create.
 void destroy()
          Destroy.
 void start()
          Start.
 void stop()
          Stop.
 
Methods inherited from class org.jboss.portal.server.kernel.BaseService
addDependsOnMe, addIDependOn, registered, removeDependsOnMe, removeIDependOn, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullService

public NullService()
Method Detail

create

public void create()
            throws java.lang.Exception
Description copied from interface: Service
Create.

Specified by:
create in interface Service
Overrides:
create in class BaseService
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Description copied from interface: Service
Start.

Specified by:
start in interface Service
Overrides:
start in class BaseService
Throws:
java.lang.Exception

stop

public void stop()
Description copied from interface: Service
Stop.

Specified by:
stop in interface Service
Overrides:
stop in class BaseService

destroy

public void destroy()
Description copied from interface: Service
Destroy.

Specified by:
destroy in interface Service
Overrides:
destroy in class BaseService