|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.internal.collection.framework.FileServerParametersImpl
public class FileServerParametersImpl
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 |
|---|
public FileServerParametersImpl()
| Method Detail |
|---|
public java.lang.Object getConnectionHandler()
IFileServerParameters
getConnectionHandler in interface IFileServerParameterspublic int getPort()
getPort in interface IFileServerParameterspublic void setPort(int port)
IFileServerParameters
setPort in interface IFileServerParameters
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||