org.objectweb.fractal.jmx.comm
Interface CommunicatorAttributes

All Superinterfaces:
AttributeController
All Known Implementing Classes:
RI_HtmlAdaptor

public interface CommunicatorAttributes
extends AttributeController

A minimal attribute controller for protocol adaptor components.

Version:
0.1

Method Summary
 int getPort()
          Gets the port number used by this component.
 void setPort(int port)
          Sets the port number used by this Component.
 

Method Detail

getPort

public int getPort()
Gets the port number used by this component.

Returns:
the port number used by this component.

setPort

public void setPort(int port)
Sets the port number used by this Component.

Parameters:
port - the port number used by this Component.