|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.kernel.BaseService
org.jboss.portal.server.kernel.NullService
public class NullService
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 |
---|
public NullService()
Method Detail |
---|
public void registered(Context ctx)
Registration
registered
in interface Registration
registered
in class BaseService
public void addDependsOnMe(ServiceImplementation impl)
Registration
addDependsOnMe
in interface Registration
addDependsOnMe
in class BaseService
public void removeDependsOnMe(ServiceImplementation impl)
Registration
removeDependsOnMe
in interface Registration
removeDependsOnMe
in class BaseService
public void addIDependOn(ServiceImplementation impl)
Registration
addIDependOn
in interface Registration
addIDependOn
in class BaseService
public void removeIDependOn(ServiceImplementation impl)
Registration
removeIDependOn
in interface Registration
removeIDependOn
in class BaseService
public void create() throws java.lang.Exception
Service
create
in interface Service
create
in class BaseService
java.lang.Exception
public void start() throws java.lang.Exception
Service
start
in interface Service
start
in class BaseService
java.lang.Exception
public void stop()
Service
stop
in interface Service
stop
in class BaseService
public void destroy()
Service
destroy
in interface Service
destroy
in class BaseService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |