corba « Client « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Client » corba 

1. Can a client access the Corba IMR to get server information?    stackoverflow.com

Is it possible for a client to access the IMR to get the host name of the servers?

2. CORBA server on JVM 1.2 and client on 1.3    stackoverflow.com

I have a corba server compiled and running on JVM 1.2. I am using the java IDL to compile the IDL file and generate the required stubs and skeletons and using ...

3. Java Corba Server/C++ Corba Client    coderanch.com

4. CORBA server wants to know about its clients.    coderanch.com

Some questions about CORBA server. 1. How can server to determine that some client connected to him? 2. How can server made a list of all connected clients? 3. How can server to know that one of its clients dropped the connection? I've made some CORBA programming but these problems some how confused me. I just need to get a kick ...

5. Java Client to Corba Servers - Help    coderanch.com

6. Client cannot access CORBA Server behind firwall    coderanch.com

hi mate. specify OAIPort number and OAIAddr in your jacorb properties file, or pass the property in your code, e.g. OAIport = 3000 OAIAddr = 192.168.10.10 you servant on 92.168.10.10 will create a tcp server port on local port 3000 at address 192.168.10.10 so those information need to be set on firewall e.g. inbound and outbond on port 300 should be ...

7. [CORBA] Client can not call method on server    coderanch.com

There are two computers. 1. IBM RISC osagent. VisiBroker. 2. PC with Windows XP We created the simplest client-server application like HelloWorld. If we run server on PC and client on RISC then client successfully call method on server. But if we run server on RISC and client on PC then client can not connects to server. We start server and ...

8. I am unable to connect corba client to corba server    coderanch.com

HI, I am new to corab. I have c++ corba client. I cant change that clinet. I want to write corba server in java which will be response to client. Client class is containng following code block : string corbaloc = "corbaloc::"; corbaloc += serverNamePort; corbaloc += "/IncSecurityObjKey"; //cout << std::endl << " Created Security corbaloc " <

9. Printing a hashtable to screen, Server & Client (Java & CORBA)    forums.oracle.com

Haha, ok sorry, will do. It's all command-line based, CORBA client-sever model. Client: A file/program that implements and calls methods given by the Server. Server: A file/program that contains methods that can be called by other clients/servers. Screen: command line interface. As it is a CORBA implementation, an ORB is started, then the Java Server is started, and finally the Java ...

11. CORBA client server issue    forums.oracle.com

Hi, I am making a client server architecture implementing CORBA. On the server side there are two classes ChargingManager and Charging.The client first calls a method createChargingSession() on ChargingManager class which in turn returns a reference of the Charging class back to the client.But when the client call a method debitAmount() on Charging reference it throws an exception showing that the ...

12. How to register remote client in java to a Corba server in C++    forums.oracle.com

Hi All, Although i know that it spossible for to have a Corba client in java and Corba server in C++.What am nto sure is whether i can have this client and server on 2 different machines.In a vwgue way i think it shoudl be possible but not sure. I have Server running in Corba in one machine, how to register ...

13. Corba client behind the firewall    forums.oracle.com

hi all, i develop an corba client which access the server which is behind the natted firewall. First i test the client by keeping it on same LAN where server was present, it runs successfully. But now my requirement is to put it behind natted network, now when i run it gives me following error IOR:000000000000002749444c3a6f72672f63736170692f63732f49704368617267696e674d616e616765723a312e30000 000000001000000000000008c000102000000000b31302e31312e31322e3100002ee000000000002c00564201000000122f69636d695f736573 73696f6e5f706f6100202000000004000000000000022b72cdb01b000000035649530300000005000507017f000000000000000000000800000 000564953000000000100000018000000000001000100000001050100010001010900000000 Nov 1, ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.