Uses of Class
emissary.place.ServiceProviderRefreshablePlace
-
Packages that use ServiceProviderRefreshablePlace Package Description emissary.place Places are for identifying, processing, transforming, and analyzing data of interest.emissary.place.sample Mostly useless places, but good for quick tests and examples. -
-
Uses of ServiceProviderRefreshablePlace in emissary.place
Constructors in emissary.place with parameters of type ServiceProviderRefreshablePlace Constructor Description ServiceProviderRefreshablePlace(ServiceProviderRefreshablePlace place, boolean register)
Refresh specific constructor, basically clones a place and swaps out the Namespace ref -
Uses of ServiceProviderRefreshablePlace in emissary.place.sample
Subclasses of ServiceProviderRefreshablePlace in emissary.place.sample Modifier and Type Class Description class
RefreshablePlace
This place performs no action other than logging its current config valuesConstructors in emissary.place.sample with parameters of type ServiceProviderRefreshablePlace Constructor Description RefreshablePlace(ServiceProviderRefreshablePlace place, boolean force)
-