Uses of Class
org.apache.hivemind.internal.ser.ServiceToken

Packages that use ServiceToken
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 ServiceToken in org.apache.hivemind.impl
 

Methods in org.apache.hivemind.impl that return ServiceToken
 ServiceToken RegistryInfrastructureImpl.getServiceTokenForService(java.lang.String serviceId)
           
 

Methods in org.apache.hivemind.impl with parameters of type ServiceToken
 java.lang.Object RegistryInfrastructureImpl.getServiceFromToken(ServiceToken token)
           
 

Uses of ServiceToken in org.apache.hivemind.internal.ser
 

Methods in org.apache.hivemind.internal.ser that return ServiceToken
 ServiceToken ServiceSerializationSupport.getServiceTokenForService(java.lang.String serviceId)
          Returns a ServiceToken corresponding to the indicated serviceId.
 

Methods in org.apache.hivemind.internal.ser with parameters of type ServiceToken
 java.lang.Object ServiceSerializationSupport.getServiceFromToken(ServiceToken token)
          Returns the service (proxy) for the indicated token.