|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.phoenix.PhoenixStarter
class PhoenixStarter
Used to start phoenix from the ServiceStarter
.
Field Summary | |
---|---|
private LifeCycle |
lifeCycle
the LifeCycle callback object |
private Activation |
phoenixImpl
reference to recovered Activation instance |
private Object |
serviceProxy
the ActivationSystem proxy |
Constructor Summary | |
---|---|
PhoenixStarter(String[] configOptions,
LifeCycle lifeCycle)
Constructs a PhoenixStarter instance. |
Method Summary | |
---|---|
Object |
getServiceProxy()
Returns a proxy object for this object. |
(package private) void |
unregister()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Activation phoenixImpl
private final Object serviceProxy
private final LifeCycle lifeCycle
Constructor Detail |
---|
PhoenixStarter(String[] configOptions, LifeCycle lifeCycle) throws Exception
PhoenixStarter
instance. This
constructor is defined such that it can be called from the
NonActivatableServiceDescriptor.create
method which allows
phoenix to be started from the ServiceStarter
.
Exception
Method Detail |
---|
public Object getServiceProxy()
ServiceProxyAccessor
null
.
getServiceProxy
in interface ServiceProxyAccessor
void unregister()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |