All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.client.clientProxyHelper

java.lang.Object
   |
   +----jdce.client.clientProxyHelper

public abstract class clientProxyHelper
extends Object

Java Class jdce.client.clientProxyHelper
Source File jdce/client/clientProxyHelper.java
IDL Absolute Name ::jdce::client::clientProxy
Repository Identifier IDL:jdce/client/clientProxy:1.0
IDL definition:

interface clientProxy {
boolean clientEvent(
in ::jdce::util::event::jdceEvent arg0
);
boolean dataReceive(
in string arg0
);
boolean messageReceive(
in ::jdce::util::message::jdceMessage arg0
);
};

Constructor Index

 o clientProxyHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, clientProxy)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, clientProxy)

Constructors

 o clientProxyHelper
 public clientProxyHelper()

Methods

 o narrow
 public static clientProxy narrow(Object object)
 o bind
 public static clientProxy bind(ORB orb)
 o bind
 public static clientProxy bind(ORB orb,
                                String name)
 o bind
 public static clientProxy bind(ORB orb,
                                String name,
                                String host,
                                BindOptions options)
 o read
 public static clientProxy read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          clientProxy value)
 o insert
 public static void insert(Any any,
                           clientProxy value)
 o extract
 public static clientProxy extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index