How to Write the account interface in IDL?
Answer / shilpa jain
module ModuleName{
interface intefaceName {
float Method1(); };
interface inerfaceName1 { Method1 open(in string name);
}; };
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of idl2java [options] {filename}?
What is the use of ir2idl [options] filename?
Files produced by the idl compiler how ?
What is the default value of "vbroker.agent.enablecache" property?
How VisiBroker provides Robust thread and connection management?
what does Visibroker's interface repository server is called ?
What is VisiBroker's Smart Agent (osagent) Architecture?
What is the default value of "vbroker.agent.keepalivethreshold" property?
How to map IDL to Java ?
What is the default value of "java.rmi.server.usecodebaseonly" property?
Do you have experience on implementing system access control and security service using VisiBroker for Java?
what is tie mechanism in CORBA/Visibroker?