public final class InProcessSocketAddress extends SocketAddress
InProcessTransport.| Constructor and Description |
|---|
InProcessSocketAddress(String name)
Construct an address for a server identified by name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns
true if the object is of the same type and server names match. |
String |
getName()
Gets the name of the inprocess server.
|
int |
hashCode() |
String |
toString()
Returns
getName(). |
public InProcessSocketAddress(String name)
name - The name of the inprocess server.