public class UnicastResponse extends Object
Constructor and Description |
---|
UnicastResponse(String host,
int port,
String[] groups,
ServiceRegistrar registrar)
Creates new
UnicastResponse instance containing the given
values. |
Modifier and Type | Method and Description |
---|---|
String[] |
getGroups()
Returns the member groups of the lookup service.
|
String |
getHost()
Returns the lookup service host name.
|
int |
getPort()
Returns the lookup service listen port.
|
ServiceRegistrar |
getRegistrar()
Returns the lookup service proxy.
|
String |
toString()
Returns a string representation of this response.
|
public UnicastResponse(String host, int port, String[] groups, ServiceRegistrar registrar)
UnicastResponse
instance containing the given
values. The groups
array is copied; a null
value is considered equivalent to an empty array.host
- the lookup service hostport
- the lookup service listen portgroups
- the lookup service member groupsregistrar
- the lookup service proxyNullPointerException
- if host
or
registrar
is null
, or if groups
contains null
IllegalArgumentException
- if port
is out of rangepublic String getHost()
public int getPort()
public String[] getGroups()
public ServiceRegistrar getRegistrar()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.