All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.portable.ObjectImpl | +----org.omg.CORBA.portable.Skeleton | +----jdce.byteways._dataBahnImplBase
![]() | 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
| |
interface dataBahn { string getApplicationServerName(); long numberOfMembers(); typedef sequence<string> 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 ); };
protected dataBahn _wrapper
protected _dataBahnImplBase(String name)
public _dataBahnImplBase()
public dataBahn _this()
public String[] _ids()
public MethodPointer[] _methods()
public boolean _execute(MethodPointer method, InputStream input, OutputStream output)
public static boolean _execute(dataBahn _self, int _method_id, InputStream _input, OutputStream _output)
All Packages Class Hierarchy This Package Previous Next Index