|
|||||||||
| 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 Registrationregistered in class BaseServicepublic void addDependsOnMe(ServiceImplementation impl)
Registration
addDependsOnMe in interface RegistrationaddDependsOnMe in class BaseServicepublic void removeDependsOnMe(ServiceImplementation impl)
Registration
removeDependsOnMe in interface RegistrationremoveDependsOnMe in class BaseServicepublic void addIDependOn(ServiceImplementation impl)
Registration
addIDependOn in interface RegistrationaddIDependOn in class BaseServicepublic void removeIDependOn(ServiceImplementation impl)
Registration
removeIDependOn in interface RegistrationremoveIDependOn in class BaseService
public void create()
throws java.lang.Exception
Service
create in interface Servicecreate in class BaseServicejava.lang.Exception
public void start()
throws java.lang.Exception
Service
start in interface Servicestart in class BaseServicejava.lang.Exceptionpublic void stop()
Service
stop in interface Servicestop in class BaseServicepublic void destroy()
Service
destroy in interface Servicedestroy in class BaseService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||