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 idl2ir [options] {filename}?
What is the default value of "vbroker.agent.enablelocator" property?
What is the default value of "vbroker.agent.maxretries" property?
What is the default value of "vbroker.agent.localfile" property?
What are IDL compilers?
What is the default value of "vbroker.agent.debug" property?
What is the use of vbj [options] [arguments normally sent to java VM] {class} [arg1 arg2 ...]?
What is the default value of "javax.rmi.corba.utilclass" property?
How VisiBroker provides Robust thread and connection management?
What is the default value of "vbroker.agent.clienthandlerport" property?
How Defining interfaces without IDL in VisiBroker?
How VisiBroker provides an Implementation and Object Activation Support?