traffic.generation
Class HostInformationsImpl_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--traffic.generation.HostInformationsImpl_Stub
All Implemented Interfaces:
HostInformations, java.rmi.Remote, java.io.Serializable

public final synchronized class HostInformationsImpl_Stub
extends java.rmi.server.RemoteStub
implements HostInformations

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Fields inherited from interface traffic.generation.HostInformations
name
 
Constructor Summary
HostInformationsImpl_Stub()
           
HostInformationsImpl_Stub(java.rmi.server.RemoteRef)
           
 
Method Summary
 int getClientCOS(java.lang.String)
           
 java.lang.String[] getClientsList()
           
 int getScenarioFileNumber()
           
 java.util.SortedSet getScenarioFiles()
           
 java.lang.String[] getScenarioFilesList()
           
 java.lang.String getServerIPAddress()
           
 java.lang.String getServerName()
           
 int getUDPClientPort(java.lang.String)
           
 int getUDPServerPort()
           
 boolean isClientIPv4(java.lang.String)
           
 
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
 

Constructor Detail

HostInformationsImpl_Stub

public HostInformationsImpl_Stub()

HostInformationsImpl_Stub

public HostInformationsImpl_Stub(java.rmi.server.RemoteRef)
Method Detail

getClientCOS

public int getClientCOS(java.lang.String)
                 throws java.io.IOException,
                        java.lang.NumberFormatException,
                        java.rmi.RemoteException
Specified by:
getClientCOS in interface HostInformations
java.io.IOException
java.lang.NumberFormatException
java.rmi.RemoteException

getClientsList

public java.lang.String[] getClientsList()
                                  throws java.rmi.RemoteException
Specified by:
getClientsList in interface HostInformations
java.rmi.RemoteException

getScenarioFileNumber

public int getScenarioFileNumber()
                          throws java.rmi.RemoteException
Specified by:
getScenarioFileNumber in interface HostInformations
java.rmi.RemoteException

getScenarioFiles

public java.util.SortedSet getScenarioFiles()
                                     throws java.rmi.RemoteException
Specified by:
getScenarioFiles in interface HostInformations
java.rmi.RemoteException

getScenarioFilesList

public java.lang.String[] getScenarioFilesList()
                                        throws java.rmi.RemoteException
Specified by:
getScenarioFilesList in interface HostInformations
java.rmi.RemoteException

getServerIPAddress

public java.lang.String getServerIPAddress()
                                    throws java.rmi.RemoteException
Specified by:
getServerIPAddress in interface HostInformations
java.rmi.RemoteException

getServerName

public java.lang.String getServerName()
                               throws java.rmi.RemoteException
Specified by:
getServerName in interface HostInformations
java.rmi.RemoteException

getUDPClientPort

public int getUDPClientPort(java.lang.String)
                     throws java.io.IOException,
                            java.lang.NumberFormatException,
                            java.rmi.RemoteException
Specified by:
getUDPClientPort in interface HostInformations
java.io.IOException
java.lang.NumberFormatException
java.rmi.RemoteException

getUDPServerPort

public int getUDPServerPort()
                     throws java.lang.NumberFormatException,
                            java.rmi.RemoteException
Specified by:
getUDPServerPort in interface HostInformations
java.lang.NumberFormatException
java.rmi.RemoteException

isClientIPv4

public boolean isClientIPv4(java.lang.String)
                     throws java.io.IOException,
                            java.rmi.RemoteException
Specified by:
isClientIPv4 in interface HostInformations
java.io.IOException
java.rmi.RemoteException