planetLabVideoClient
Class structSessionParams

java.lang.Object
  extended by planetLabVideoClient.structSessionParams
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class structSessionParams
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

planetLabVideoClient/structSessionParams.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from src/planetLabVideoClient.idl Saturday, January 17, 2009 3:46:44 PM CET

See Also:
Serialized Form

Field Summary
 int durationSeconds
           
 int port
           
 structIP proxyIp
           
 int sessionId
           
 int simulationId
           
 long startTime
           
 java.lang.String streamName
           
 java.lang.String videoFileName
           
 
Constructor Summary
structSessionParams()
           
structSessionParams(int _simulationId, int _sessionId, java.lang.String _streamName, int _port, java.lang.String _videoFileName, structIP _proxyIp, long _startTime, int _durationSeconds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simulationId

public int simulationId

sessionId

public int sessionId

streamName

public java.lang.String streamName

port

public int port

videoFileName

public java.lang.String videoFileName

proxyIp

public structIP proxyIp

startTime

public long startTime

durationSeconds

public int durationSeconds
Constructor Detail

structSessionParams

public structSessionParams()

structSessionParams

public structSessionParams(int _simulationId,
                           int _sessionId,
                           java.lang.String _streamName,
                           int _port,
                           java.lang.String _videoFileName,
                           structIP _proxyIp,
                           long _startTime,
                           int _durationSeconds)