com.Prominic.jFTPd
Class FTPRemoteCtrlImpl_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by com.Prominic.jFTPd.FTPRemoteCtrlImpl_Stub
All Implemented Interfaces:
RemoteController, java.io.Serializable, java.rmi.Remote

public final class FTPRemoteCtrlImpl_Stub
extends java.rmi.server.RemoteStub
implements RemoteController, java.rmi.Remote

See Also:
Serialized Form

Field Summary
private static java.lang.reflect.Method $method_authorized_0
           
private static java.lang.reflect.Method $method_getAllParameters_1
           
private static java.lang.reflect.Method $method_getConnectionCount_2
           
private static java.lang.reflect.Method $method_getConnections_3
           
private static java.lang.reflect.Method $method_getParameter_4
           
private static java.lang.reflect.Method $method_getServerUptime_5
           
private static java.lang.reflect.Method $method_getUserActivity_6
           
private static java.lang.reflect.Method $method_login_7
           
private static java.lang.reflect.Method $method_serverRunning_8
           
private static java.lang.reflect.Method $method_setParameter_9
           
private static java.lang.reflect.Method $method_startService_10
           
private static java.lang.reflect.Method $method_stopService_11
           
private static java.lang.reflect.Method $method_terminateConnection_12
           
private static long serialVersionUID
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
FTPRemoteCtrlImpl_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 boolean authorized()
           
 java.util.Hashtable getAllParameters()
           
 int getConnectionCount()
           
 java.util.Vector getConnections()
           
 java.lang.String getParameter(java.lang.String $param_String_1)
           
 java.lang.String getServerUptime()
          Insert the method's description here.
 java.util.Vector getUserActivity(int $param_int_1)
           
 boolean login(java.lang.String $param_String_1)
           
 boolean serverRunning()
           
 void setParameter(java.lang.String $param_String_1, java.lang.String $param_String_2)
           
 void startService()
           
 void stopService()
           
 boolean terminateConnection(int $param_int_1)
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

$method_authorized_0

private static java.lang.reflect.Method $method_authorized_0

$method_getAllParameters_1

private static java.lang.reflect.Method $method_getAllParameters_1

$method_getConnectionCount_2

private static java.lang.reflect.Method $method_getConnectionCount_2

$method_getConnections_3

private static java.lang.reflect.Method $method_getConnections_3

$method_getParameter_4

private static java.lang.reflect.Method $method_getParameter_4

$method_getServerUptime_5

private static java.lang.reflect.Method $method_getServerUptime_5

$method_getUserActivity_6

private static java.lang.reflect.Method $method_getUserActivity_6

$method_login_7

private static java.lang.reflect.Method $method_login_7

$method_serverRunning_8

private static java.lang.reflect.Method $method_serverRunning_8

$method_setParameter_9

private static java.lang.reflect.Method $method_setParameter_9

$method_startService_10

private static java.lang.reflect.Method $method_startService_10

$method_stopService_11

private static java.lang.reflect.Method $method_stopService_11

$method_terminateConnection_12

private static java.lang.reflect.Method $method_terminateConnection_12
Constructor Detail

FTPRemoteCtrlImpl_Stub

public FTPRemoteCtrlImpl_Stub(java.rmi.server.RemoteRef ref)
Method Detail

authorized

public boolean authorized()
                   throws java.rmi.RemoteException
Specified by:
authorized in interface RemoteController
Throws:
java.rmi.RemoteException

getAllParameters

public java.util.Hashtable getAllParameters()
                                     throws java.rmi.RemoteException
Specified by:
getAllParameters in interface RemoteController
Throws:
java.rmi.RemoteException

getConnectionCount

public int getConnectionCount()
                       throws java.rmi.RemoteException
Specified by:
getConnectionCount in interface RemoteController
Throws:
java.rmi.RemoteException

getConnections

public java.util.Vector getConnections()
                                throws java.rmi.RemoteException
Specified by:
getConnections in interface RemoteController
Throws:
java.rmi.RemoteException

getParameter

public java.lang.String getParameter(java.lang.String $param_String_1)
                              throws java.rmi.RemoteException
Specified by:
getParameter in interface RemoteController
Throws:
java.rmi.RemoteException

getServerUptime

public java.lang.String getServerUptime()
                                 throws java.rmi.RemoteException
Description copied from interface: RemoteController
Insert the method's description here. Creation date: (10-Dec-01 20:58:20)

Specified by:
getServerUptime in interface RemoteController
Returns:
java.lang.String
Throws:
java.rmi.RemoteException

getUserActivity

public java.util.Vector getUserActivity(int $param_int_1)
                                 throws java.rmi.RemoteException
Specified by:
getUserActivity in interface RemoteController
Throws:
java.rmi.RemoteException

login

public boolean login(java.lang.String $param_String_1)
              throws java.rmi.RemoteException
Specified by:
login in interface RemoteController
Throws:
java.rmi.RemoteException

serverRunning

public boolean serverRunning()
                      throws java.rmi.RemoteException
Specified by:
serverRunning in interface RemoteController
Throws:
java.rmi.RemoteException

setParameter

public void setParameter(java.lang.String $param_String_1,
                         java.lang.String $param_String_2)
                  throws java.rmi.RemoteException
Specified by:
setParameter in interface RemoteController
Throws:
java.rmi.RemoteException

startService

public void startService()
                  throws java.rmi.RemoteException
Specified by:
startService in interface RemoteController
Throws:
java.rmi.RemoteException

stopService

public void stopService()
                 throws java.rmi.RemoteException
Specified by:
stopService in interface RemoteController
Throws:
java.rmi.RemoteException

terminateConnection

public boolean terminateConnection(int $param_int_1)
                            throws java.rmi.RemoteException
Specified by:
terminateConnection in interface RemoteController
Throws:
java.rmi.RemoteException