Uses of Class
planetLabVideoClient.structSSHOptions

Packages that use structSSHOptions
planetLabVideoClient   
 

Uses of structSSHOptions in planetLabVideoClient
 

Fields in planetLabVideoClient declared as structSSHOptions
 structSSHOptions structSSHOptionsHolder.value
           
 

Methods in planetLabVideoClient that return structSSHOptions
static structSSHOptions structSSHOptionsHelper.extract(org.omg.CORBA.Any a)
           
static structSSHOptions structSSHOptionsHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in planetLabVideoClient with parameters of type structSSHOptions
static void structSSHOptionsHelper.insert(org.omg.CORBA.Any a, structSSHOptions that)
           
 void VideoClientOperations.setSSHOptions(structSSHOptions options)
           
 void _VideoClientStub.setSSHOptions(structSSHOptions options)
           
static void structSSHOptionsHelper.write(org.omg.CORBA.portable.OutputStream ostream, structSSHOptions value)
           
 

Constructors in planetLabVideoClient with parameters of type structSSHOptions
structSSHOptionsHolder(structSSHOptions initialValue)