All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.byteways.dataBahnHolder

java.lang.Object
   |
   +----jdce.byteways.dataBahnHolder

public final class dataBahnHolder
extends Object
implements Streamable

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
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 value

Constructor Index

 o dataBahnHolder()
 o dataBahnHolder(dataBahn)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public dataBahn value

Constructors

 o dataBahnHolder
 public dataBahnHolder()
 o dataBahnHolder
 public dataBahnHolder(dataBahn value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index