All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.byteways.dataBahnHelper

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

public abstract class dataBahnHelper
extends Object

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

Constructor Index

 o dataBahnHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, dataBahn)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, dataBahn)

Constructors

 o dataBahnHelper
 public dataBahnHelper()

Methods

 o narrow
 public static dataBahn narrow(Object object)
 o bind
 public static dataBahn bind(ORB orb)
 o bind
 public static dataBahn bind(ORB orb,
                             String name)
 o bind
 public static dataBahn bind(ORB orb,
                             String name,
                             String host,
                             BindOptions options)
 o read
 public static dataBahn read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          dataBahn value)
 o insert
 public static void insert(Any any,
                           dataBahn value)
 o extract
 public static dataBahn extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index