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 Activation phoenixImpl
private Object serviceProxy
private 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.Exceptionpublic Object getServiceProxy()
ServiceProxyAccessornull.getServiceProxy in interface ServiceProxyAccessorvoid unregister()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.