Uses of Interface
org.apache.hivemind.internal.ser.ServiceSerializationSupport

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).