org.jboss.portal.server.kernel
Class NullService

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

public class NullService
extends BaseService

To remove.


Field Summary
 
Fields inherited from class org.jboss.portal.server.kernel.BaseService
ctx
 
Constructor Summary
NullService()
           
 
Method Summary
 void addDependsOnMe(ServiceImplementation impl)
          Add a service depending on this one.
 void addIDependOn(ServiceImplementation impl)
          Add a service it depends on.
 void create()
          Create.
 void destroy()
          Destroy.
 void registered(Context ctx)
          Callback for registration.
 void removeDependsOnMe(ServiceImplementation impl)
          Remove a service depending on this one.
 void removeIDependOn(ServiceImplementation impl)
          Remove a service it depends on.
 void start()
          Start.
 void stop()
          Stop.
 
Methods inherited from class org.jboss.portal.server.kernel.BaseService
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

registered

public void registered(Context ctx)
Description copied from interface: Registration
Callback for registration.

Specified by:
registered in interface Registration
Overrides:
registered in class BaseService

addDependsOnMe

public void addDependsOnMe(ServiceImplementation impl)
Description copied from interface: Registration
Add a service depending on this one.

Specified by:
addDependsOnMe in interface Registration
Overrides:
addDependsOnMe in class BaseService

removeDependsOnMe

public void removeDependsOnMe(ServiceImplementation impl)
Description copied from interface: Registration
Remove a service depending on this one.

Specified by:
removeDependsOnMe in interface Registration
Overrides:
removeDependsOnMe in class BaseService

addIDependOn

public void addIDependOn(ServiceImplementation impl)
Description copied from interface: Registration
Add a service it depends on.

Specified by:
addIDependOn in interface Registration
Overrides:
addIDependOn in class BaseService

removeIDependOn

public void removeIDependOn(ServiceImplementation impl)
Description copied from interface: Registration
Remove a service it depends on.

Specified by:
removeIDependOn in interface Registration
Overrides:
removeIDependOn in class BaseService

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