Package | Description |
---|---|
org.distributeme.core |
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor.Protocol |
ServiceDescriptor.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDescriptor.Protocol[] |
ServiceDescriptor.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ServiceDescriptor |
RegistryUtil.createLocalServiceDescription(ServiceDescriptor.Protocol protocol,
String serviceId,
String instanceId,
int port) |
Constructor and Description |
---|
ServiceDescriptor(ServiceDescriptor.Protocol aProtocol,
String aServiceId)
This constructor is used for the lookup.
|
ServiceDescriptor(ServiceDescriptor.Protocol aProtocol,
String aServiceId,
String anInstanceId,
String aHost,
int aPort)
This constructor is used for registration.
|
ServiceDescriptor(ServiceDescriptor.Protocol aProtocol,
String aServiceId,
String anInstanceId,
String aHost,
int aPort,
long aTimestamp) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.