All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.byteways._dataBahnImplBase

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----jdce.byteways._dataBahnImplBase

public abstract class _dataBahnImplBase
extends Skeleton
implements dataBahn

Java Class jdce.byteways._dataBahnImplBase
Source File jdce/byteways/_dataBahnImplBase.java
IDL Absolute Name ::jdce::byteways::dataBahn
Repository Identifier IDL:jdce/byteways/dataBahn:1.0
IDL definition:

interface dataBahn {
string getApplicationServerName();
long numberOfMembers();
typedef sequence&ltstring> sequence_of_string;
::jdce::byteways::dataBahn::sequence_of_string getClientNames();
boolean isEmpty();
long register(
in string arg0,
in ::jdce::client::clientProxy arg1
)
raises(
::jdce::util::exception::jdceBahnException,
::jdce::util::exception::jdceClientException
);
boolean expelClient(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceBahnException,
::jdce::util::exception::jdceClientException
);
boolean deregister(
in string arg0
)
raises(
::jdce::util::exception::jdceClientException
);
boolean broadcast(
in string arg0
);
boolean broadcastMessage(
in ::jdce::util::message::jdceMessage arg0
)
raises(
::jdce::util::exception::jdceBahnException
);
boolean inform(
in ::jdce::util::message::jdceMessage arg0
)
raises(
::jdce::util::exception::jdceBahnException
);
boolean whisper(
in string arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceClientException,
::jdce::util::exception::jdceBahnException
);
boolean whisperMessage(
in ::jdce::util::message::jdceMessage arg0,
in string arg1
)
raises(
::jdce::util::exception::jdceClientException,
::jdce::util::exception::jdceBahnException
);
};

Variable Index

 o _wrapper

Constructor Index

 o _dataBahnImplBase()
 o _dataBahnImplBase(String)

Method Index

 o _execute(dataBahn, int, InputStream, OutputStream)
 o _execute(MethodPointer, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()
 o broadcast(String)
 o broadcastMessage(jdceMessage)
 o deregister(String)
 o expelClient(String, String)
 o getApplicationServerName()
 o getClientNames()
 o inform(jdceMessage)
 o isEmpty()
 o numberOfMembers()
 o register(String, clientProxy)
 o whisper(String, String)
 o whisperMessage(jdceMessage, String)

Variables

 o _wrapper
 protected dataBahn _wrapper

Constructors

 o _dataBahnImplBase
 protected _dataBahnImplBase(String name)
 o _dataBahnImplBase
 public _dataBahnImplBase()

Methods

 o _this
 public dataBahn _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(dataBahn _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)

All Packages  Class Hierarchy  This Package  Previous  Next  Index