| Package | Description |
|---|---|
| org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
| org.apache.hivemind.internal.ser |
Serialization of services.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceToken |
RegistryInfrastructureImpl.getServiceTokenForService(java.lang.String serviceId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RegistryInfrastructureImpl.getServiceFromToken(ServiceToken token) |
| Modifier and Type | Method and Description |
|---|---|
ServiceToken |
ServiceSerializationSupport.getServiceTokenForService(java.lang.String serviceId)
Returns a
ServiceToken corresponding to the indicated serviceId. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ServiceSerializationSupport.getServiceFromToken(ServiceToken token)
Returns the service (proxy) for the indicated token.
|