|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.ws.RuntimeServiceImpl
public class RuntimeServiceImpl
| Constructor Summary | |
|---|---|
RuntimeServiceImpl()
|
|
| Method Summary | |
|---|---|
org.objectweb.fractal.api.Component |
getComponent()
Get the associated fractal component. |
boolean |
ping()
|
void |
shutdownContainer()
|
protected void |
start()
|
protected void |
stop()
|
void |
stopContainer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeServiceImpl()
| Method Detail |
|---|
protected void start()
protected void stop()
public org.objectweb.fractal.api.Component getComponent()
@org.objectweb.fractal.fraclet.annotation.annotations.Service(name = "component")
private Component component;
public Component getComponent() {
return this.component;
}
getComponent in interface KernelWebService
public boolean ping()
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
ping in interface org.ow2.petals.kernel.ws.api.RuntimeServiceorg.ow2.petals.kernel.ws.api.PEtALSWebServiceException
public void shutdownContainer()
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
shutdownContainer in interface org.ow2.petals.kernel.ws.api.RuntimeServiceorg.ow2.petals.kernel.ws.api.PEtALSWebServiceException
public void stopContainer()
throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
stopContainer in interface org.ow2.petals.kernel.ws.api.RuntimeServiceorg.ow2.petals.kernel.ws.api.PEtALSWebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||