Uses of Interface
SampleApplications.PhotoSharing.CORBA.Proxy.Proxy

Packages that use Proxy
SampleApplications.PhotoSharing.CORBA.Proxy   
 

Uses of Proxy in SampleApplications.PhotoSharing.CORBA.Proxy
 

Classes in SampleApplications.PhotoSharing.CORBA.Proxy that implement Proxy
 class _ProxyStub
          Proxy/_ProxyStub.java .
 

Fields in SampleApplications.PhotoSharing.CORBA.Proxy declared as Proxy
 Proxy ProxyHolder.value
           
 

Methods in SampleApplications.PhotoSharing.CORBA.Proxy that return Proxy
 Proxy ProxyPOA._this()
           
 Proxy ProxyPOA._this(org.omg.CORBA.ORB orb)
           
static Proxy ProxyHelper.extract(org.omg.CORBA.Any a)
           
static Proxy ProxyHelper.narrow(org.omg.CORBA.Object obj)
           
static Proxy ProxyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Proxy ProxyHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in SampleApplications.PhotoSharing.CORBA.Proxy with parameters of type Proxy
static void ProxyHelper.insert(org.omg.CORBA.Any a, Proxy that)
           
static void ProxyHelper.write(org.omg.CORBA.portable.OutputStream ostream, Proxy value)
           
 

Constructors in SampleApplications.PhotoSharing.CORBA.Proxy with parameters of type Proxy
ProxyHolder(Proxy initialValue)