All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jdce.byteways.dataBahnHolder
![]() | Java Class jdce.byteways.dataBahnHolder
![]() Source File jdce/byteways/dataBahnHolder.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 ); };
public dataBahn value
public dataBahnHolder()
public dataBahnHolder(dataBahn value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index