Uses of Enum Class
org.distributeme.core.ServiceDescriptor.Protocol
Packages that use ServiceDescriptor.Protocol
-
Uses of ServiceDescriptor.Protocol in org.distributeme.core
Methods in org.distributeme.core that return ServiceDescriptor.ProtocolModifier and TypeMethodDescriptionstatic ServiceDescriptor.ProtocolReturns the enum constant of this class with the specified name.static ServiceDescriptor.Protocol[]ServiceDescriptor.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.distributeme.core with parameters of type ServiceDescriptor.ProtocolModifier and TypeMethodDescriptionstatic ServiceDescriptorRegistryUtil.createLocalServiceDescription(ServiceDescriptor.Protocol protocol, String serviceId, String instanceId, int port) createLocalServiceDescription.Constructors in org.distributeme.core with parameters of type ServiceDescriptor.ProtocolModifierConstructorDescriptionServiceDescriptor(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) Constructor for ServiceDescriptor.