Uses of Class
planetLabVideoClient.EntryNotFound

Packages that use EntryNotFound
planetLabVideoClient   
 

Uses of EntryNotFound in planetLabVideoClient
 

Fields in planetLabVideoClient declared as EntryNotFound
 EntryNotFound EntryNotFoundHolder.value
           
 

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

Methods in planetLabVideoClient with parameters of type EntryNotFound
static void EntryNotFoundHelper.insert(org.omg.CORBA.Any a, EntryNotFound that)
           
static void EntryNotFoundHelper.write(org.omg.CORBA.portable.OutputStream ostream, EntryNotFound value)
           
 

Methods in planetLabVideoClient that throw EntryNotFound
 void VideoClientOperations.analyzeVideo(java.lang.String name, structAnalyzeResultHolder result)
           
 void _VideoClientStub.analyzeVideo(java.lang.String name, structAnalyzeResultHolder result)
           
 

Constructors in planetLabVideoClient with parameters of type EntryNotFound
EntryNotFoundHolder(EntryNotFound initialValue)