ittp
Interface RemoteControl
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Parameters
- public interface RemoteControl
- extends java.rmi.Remote
Interface implementing the class Parameters.java.
- Author:
- Frederic Bidon and Mathieu Texier
getPort
public int getPort()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getBaseDir
public java.lang.String getBaseDir()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNumberOfRequest
public int getNumberOfRequest()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNumberOfError
public int getNumberOfError()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNumberOfOctet
public int getNumberOfOctet()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNumberOfConnect
public int getNumberOfConnect()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNumberOfActiveConection
public int getNumberOfActiveConection()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTimeOut
public int getTimeOut()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getConnectionMax
public int getConnectionMax()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getServerState
public java.lang.String getServerState()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isAllowedMethod
public boolean isAllowedMethod(int request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isAllowedHeader
public boolean isAllowedHeader(java.lang.String id)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setAllowedMethod
public void setAllowedMethod(int request,
boolean value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setAllowedHeader
public void setAllowedHeader(java.lang.String id,
boolean value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setPort
public void setPort(int p)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setBaseDir
public void setBaseDir(java.lang.String bd)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setTimeOut
public int setTimeOut(int timeOut)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setConnectionMax
public int setConnectionMax(int connectionMax)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setServerState
public void setServerState(java.lang.String state)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
resetRecord
public void resetRecord()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException