|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceSerializationSupport | |
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
org.apache.hivemind.internal.ser | Serialization of services. |
Uses of ServiceSerializationSupport in org.apache.hivemind.impl |
Classes in org.apache.hivemind.impl that implement ServiceSerializationSupport | |
class |
RegistryInfrastructureImpl
Implementation of RegistryInfrastructure . |
Uses of ServiceSerializationSupport in org.apache.hivemind.internal.ser |
Methods in org.apache.hivemind.internal.ser that return ServiceSerializationSupport | |
static ServiceSerializationSupport |
ServiceSerializationHelper.getServiceSerializationSupport()
Returns the previously stored SSS. |
Methods in org.apache.hivemind.internal.ser with parameters of type ServiceSerializationSupport | |
static void |
ServiceSerializationHelper.setServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)
Stores the SSS instance for later access; if an existing SSS is already stored, then an error is logged (should be just one SSS per class loader). |
static void |
ServiceSerializationHelper.resetServiceSerializationSupport(ServiceSerializationSupport serviceSerializationSupport)
Invoked to clear the SSS, if it matches the provide parameter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |