com.Prominic.jFTPd
Class RmtCtrlGeneratorImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by com.Prominic.jFTPd.RmtCtrlGeneratorImpl
All Implemented Interfaces:
RmtCtrlGenerator, java.io.Serializable, java.rmi.Remote

public class RmtCtrlGeneratorImpl
extends java.rmi.server.UnicastRemoteObject
implements RmtCtrlGenerator

See Also:
Serialized Form

Field Summary
(package private)  FTPHandler handler
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RmtCtrlGeneratorImpl(FTPHandler handler)
           
 
Method Summary
 RemoteController getController()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handler

FTPHandler handler
Constructor Detail

RmtCtrlGeneratorImpl

public RmtCtrlGeneratorImpl(FTPHandler handler)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getController

public RemoteController getController()
                               throws java.rmi.RemoteException
Specified by:
getController in interface RmtCtrlGenerator
Throws:
java.rmi.RemoteException