All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.client._clientProxyImplBase

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----jdce.client._clientProxyImplBase

public abstract class _clientProxyImplBase
extends Skeleton
implements clientProxy

Java Class jdce.client._clientProxyImplBase
Source File jdce/client/_clientProxyImplBase.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
);
};

Variable Index

 o _wrapper

Constructor Index

 o _clientProxyImplBase()
 o _clientProxyImplBase(String)

Method Index

 o _execute(clientProxy, int, InputStream, OutputStream)
 o _execute(MethodPointer, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()
 o clientEvent(jdceEvent)
clientEvent is called when a client change has been observed.
 o dataReceive(String)
dataReceive is called when data is received for this client on the given coordinator.
 o messageReceive(jdceMessage)

Variables

 o _wrapper
 protected clientProxy _wrapper

Constructors

 o _clientProxyImplBase
 protected _clientProxyImplBase(String name)
 o _clientProxyImplBase
 public _clientProxyImplBase()

Methods

 o _this
 public clientProxy _this()
 o _ids
 public String[] _ids()
Overrides:
_ids in class ObjectImpl
 o _methods
 public MethodPointer[] _methods()
Overrides:
_methods in class Skeleton
 o _execute
 public boolean _execute(MethodPointer method,
                         InputStream input,
                         OutputStream output)
Overrides:
_execute in class Skeleton
 o _execute
 public static boolean _execute(clientProxy _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index