class PhoenixStarter extends Object implements ServiceProxyAccessor
ServiceStarter
.Modifier and Type | Field and Description |
---|---|
private LifeCycle |
lifeCycle
the LifeCycle callback object
|
private Activation |
phoenixImpl
reference to recovered Activation instance
|
private Object |
serviceProxy
the ActivationSystem proxy
|
Constructor and Description |
---|
PhoenixStarter(String[] configOptions,
LifeCycle lifeCycle)
Constructs a
PhoenixStarter instance. |
Modifier and Type | Method and Description |
---|---|
Object |
getServiceProxy()
Returns a proxy object for this object.
|
(package private) void |
unregister() |
private final Activation phoenixImpl
private final Object serviceProxy
private final LifeCycle lifeCycle
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
public Object getServiceProxy()
ServiceProxyAccessor
null
.getServiceProxy
in interface ServiceProxyAccessor
void unregister()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.