class TransientFiddlerImpl extends FiddlerImpl
ServiceStarter
framework to start
a transient (non-activatable, non-persistent) implementation
of Fiddler.FiddlerImpl.LocatorGroupsStruct
discardLogger, eventsLogger, groupsLogger, leaseLogger, locatorsLogger, persistLogger, problemLogger, registrationLogger, startupLogger, tasksLogger
Constructor and Description |
---|
TransientFiddlerImpl(String[] configArgs,
LifeCycle lifeCycle)
Constructs a new instance of
FiddlerImpl that is not
activatable, and which will not 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
TransientFiddlerImpl(String[] configArgs, LifeCycle lifeCycle) throws IOException, ConfigurationException, LoginException
FiddlerImpl
that is not
activatable, and which will not 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 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.