planetLabVideoClient
Class _VideoClientStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by planetLabVideoClient._VideoClientStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, VideoClient, VideoClientOperations

public class _VideoClientStub
extends org.omg.CORBA.portable.ObjectImpl
implements VideoClient

planetLabVideoClient/_VideoClientStub.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
private static java.lang.String[] __ids
           
 
Constructor Summary
_VideoClientStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void analyzeVideo(java.lang.String name, structAnalyzeResultHolder result)
           
 void calculateBandwidths(boolean start, structCalcBwInput input, structCalcBwOutputHolder output, org.omg.CORBA.BooleanHolder finished)
           
 void calculateNetCloseness(boolean start, structNetClInput input, structNetClOutputHolder output, org.omg.CORBA.BooleanHolder finished)
           
 void getVersion(org.omg.CORBA.IntHolder version)
           
private  void readObject(java.io.ObjectInputStream s)
           
 void setSSHOptions(structSSHOptions options)
           
 void startSession(structSessionParams params)
           
 void stopMeasurement(int measurementId, org.omg.CORBA.BooleanHolder success)
           
private  void writeObject(java.io.ObjectOutputStream s)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

__ids

private static java.lang.String[] __ids
Constructor Detail

_VideoClientStub

public _VideoClientStub()
Method Detail

getVersion

public void getVersion(org.omg.CORBA.IntHolder version)
Specified by:
getVersion in interface VideoClientOperations

startSession

public void startSession(structSessionParams params)
Specified by:
startSession in interface VideoClientOperations

analyzeVideo

public void analyzeVideo(java.lang.String name,
                         structAnalyzeResultHolder result)
                  throws EntryNotFound
Specified by:
analyzeVideo in interface VideoClientOperations
Throws:
EntryNotFound

calculateNetCloseness

public void calculateNetCloseness(boolean start,
                                  structNetClInput input,
                                  structNetClOutputHolder output,
                                  org.omg.CORBA.BooleanHolder finished)
Specified by:
calculateNetCloseness in interface VideoClientOperations

calculateBandwidths

public void calculateBandwidths(boolean start,
                                structCalcBwInput input,
                                structCalcBwOutputHolder output,
                                org.omg.CORBA.BooleanHolder finished)
Specified by:
calculateBandwidths in interface VideoClientOperations

setSSHOptions

public void setSSHOptions(structSSHOptions options)
Specified by:
setSSHOptions in interface VideoClientOperations

stopMeasurement

public void stopMeasurement(int measurementId,
                            org.omg.CORBA.BooleanHolder success)
Specified by:
stopMeasurement in interface VideoClientOperations

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException