org.netbeans.modules.j2ee.deployment.plugins.api
Class ServerDebugInfo

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.api.ServerDebugInfo

public class ServerDebugInfo
extends Object

Class to communicate the debugging information between plugin, server api and IDE.


Field Summary
static String TRANSPORT_SHMEM
           
static String TRANSPORT_SOCKET
           
 
Constructor Summary
ServerDebugInfo(String host, int port)
           
ServerDebugInfo(String host, String shmemName)
           
 
Method Summary
 String getHost()
          Getter for property host.
 int getPort()
          Getter for property port.
 String getShmemName()
          Getter for property address.
 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 address.
 void setTransport(String transport)
          Setter for property transport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPORT_SOCKET

public static final String TRANSPORT_SOCKET
See Also:
Constant Field Values

TRANSPORT_SHMEM

public static final String TRANSPORT_SHMEM
See Also:
Constant Field Values
Constructor Detail

ServerDebugInfo

public ServerDebugInfo(String host,
                       String shmemName)

ServerDebugInfo

public ServerDebugInfo(String host,
                       int port)
Method Detail

getTransport

public String getTransport()
Getter for property transport.

Returns:
Value of property transport.

setTransport

public void setTransport(String transport)
Setter for property transport.

Parameters:
transport - New value of property transport.

getHost

public String getHost()
Getter for property host.

Returns:
Value of property host.

setHost

public void setHost(String host)
Setter for property host.

Parameters:
host - New value of property host.

getShmemName

public String getShmemName()
Getter for property address.

Returns:
Value of property address.

setShmemName

public void setShmemName(String shmemName)
Setter for property address.

Parameters:
address - New value of property address.

getPort

public int getPort()
Getter for property port.

Returns:
Value of property port.

setPort

public void setPort(int port)
Setter for property port.

Parameters:
port - New value of property port.

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.