How to Write the account interface in IDL?



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

Post New Answer

More VisiBroker Interview Questions

What is the use of idl2ir [options] {filename}?

0 Answers  


What is the default value of "vbroker.agent.enablelocator" property?

0 Answers  


What is the default value of "vbroker.agent.maxretries" property?

0 Answers  


What is the default value of "vbroker.agent.localfile" property?

0 Answers  


What are IDL compilers?

1 Answers  


What is the default value of "vbroker.agent.debug" property?

0 Answers  


What is the use of vbj [options] [arguments normally sent to java VM] {class} [arg1 arg2 ...]?

0 Answers  


What is the default value of "javax.rmi.corba.utilclass" property?

0 Answers  


How VisiBroker provides Robust thread and connection management?

0 Answers  


What is the default value of "vbroker.agent.clienthandlerport" property?

0 Answers  


How Defining interfaces without IDL in VisiBroker?

0 Answers  


How VisiBroker provides an Implementation and Object Activation Support?

0 Answers  


Categories