public class ServerDebugInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_SHMEM |
static String |
TRANSPORT_SOCKET |
| Constructor and Description |
|---|
ServerDebugInfo(String host,
int port) |
ServerDebugInfo(String host,
String shmemName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Getter for property host.
|
int |
getPort()
Getter for property port.
|
String |
getShmemName()
Getter for property shmemName.
|
String |
getTransport()
Getter for property transport.
|
void |
setHost(String host)
Setter for property host.
|
void |
setPort(int port)
Setter for property port.
|
void |
setShmemName(String shmemName)
Setter for property shmemName.
|
void |
setTransport(String transport)
Setter for property transport.
|
public static final String TRANSPORT_SOCKET
public static final String TRANSPORT_SHMEM
public ServerDebugInfo(String host, int port)
public String getTransport()
public void setTransport(String transport)
transport - New value of property transport.public String getHost()
public void setHost(String host)
host - New value of property host.public String getShmemName()
public void setShmemName(String shmemName)
shmemName - New value of property shmemName.public int getPort()
public void setPort(int port)
port - New value of property port.Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.