TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.collection.framework
Class FileServerParametersImpl

java.lang.Object
  extended by org.eclipse.hyades.internal.collection.framework.FileServerParametersImpl
All Implemented Interfaces:
IFileServerParameters

public class FileServerParametersImpl
extends java.lang.Object
implements IFileServerParameters

A bridge that instantiates the appropriate concrete class to use that should match the file server implementation that is being used. The native code expects a class by this name in this package and is instantiated by the agent controller native code. This class creates and plugs in the real implementation.


Constructor Summary
FileServerParametersImpl()
           
 
Method Summary
 java.lang.Object getConnectionHandler()
          Method to load the file server with the FileConnectionHandler which creates client handlers for each client request.
 int getPort()
           
 void setPort(int port)
          Method to set the file server port number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServerParametersImpl

public FileServerParametersImpl()
Method Detail

getConnectionHandler

public java.lang.Object getConnectionHandler()
Description copied from interface: IFileServerParameters
Method to load the file server with the FileConnectionHandler which creates client handlers for each client request.

Specified by:
getConnectionHandler in interface IFileServerParameters
Returns:
new ConnectionHandler.

getPort

public int getPort()
Specified by:
getPort in interface IFileServerParameters
Returns:
file server port number configured in Agent Controller.

setPort

public void setPort(int port)
Description copied from interface: IFileServerParameters
Method to set the file server port number.

Specified by:
setPort in interface IFileServerParameters

TPTP 4.6.0 Platform Project
Internal API Specification