class NonActivatableFiddlerImpl extends FiddlerImpl
ServiceStarter
framework to start
an implementation of Fiddler that is not activatable, but which
will log its state information to persistent storage.FiddlerImpl.LocatorGroupsStruct
discardLogger, eventsLogger, groupsLogger, leaseLogger, locatorsLogger, persistLogger, problemLogger, registrationLogger, startupLogger, tasksLogger
Constructor and Description |
---|
NonActivatableFiddlerImpl(String[] configArgs,
LifeCycle lifeCycle)
Constructs a new instance of
FiddlerImpl that is not
activatable, but which will persist its state. |
addGroups, addLocators, addLookupAttributes, addLookupGroups, addLookupLocators, cancelLease, cancelLeases, destroy, discard, getAdmin, getGroups, getLeaseBound, getLocators, getLookupAttributes, getLookupGroups, getLookupLocators, getPersistenceSnapshotThreshold, getPersistenceSnapshotWeight, getProxy, getProxyID, getProxyVerifier, getRegistrars, getServiceProxy, modifyLookupAttributes, register, removeGroups, removeLocators, removeLookupGroups, removeLookupLocators, renewLease, renewLeases, setGroups, setLeaseBound, setLocators, setLookupGroups, setLookupLocators, setPersistenceSnapshotThreshold, setPersistenceSnapshotWeight
NonActivatableFiddlerImpl(String[] configArgs, LifeCycle lifeCycle) throws IOException, ConfigurationException, LoginException
FiddlerImpl
that is not
activatable, but which will persist its state.configArgs
- String
array whose elements are
the arguments to use when creating the server.lifeCycle
- instance of LifeCycle
that, if
non-null
, will cause this object's
unregister
method to be invoked during
shutdown to notify the service starter framework that
the reference to this service's implementation can be
'released' for garbage collection. A value of
null
for this argument is allowed.IOException
- this exception can occur when there is
a problem recovering data from disk, or
while exporting the server that's being
created.ConfigurationException
- this exception can occur when an
problem occurs while retrieving an item
from the Configuration
generated from the contents of the
given configArgs
parameterLoginException
- this exception occurs when authentication
fails while performing a JAAS login for
this serviceCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.