VisiBroker for Java

org.omg.CORBA
Class InterfaceDescription

java.lang.Object
  extended by org.omg.CORBA.InterfaceDescription
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class InterfaceDescription
extends java.lang.Object
implements IDLEntity

The InterfaceDescription class provides a description of the interface that is stored in the interface repository

See Also:
Serialized Form

Field Summary
 java.lang.String[] base_interfaces
          The interface's list of base interfaces.
 java.lang.String defined_in
          The module in which this interface is defined.
 java.lang.String id
          The repository id for this interface.
 java.lang.String name
          The name of this interface.
 java.lang.String version
          The interface's version.
 
Constructor Summary
InterfaceDescription()
           
InterfaceDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, java.lang.String[] base_interfaces)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of this interface.


id

public java.lang.String id
The repository id for this interface.


defined_in

public java.lang.String defined_in
The module in which this interface is defined.


version

public java.lang.String version
The interface's version.


base_interfaces

public java.lang.String[] base_interfaces
The interface's list of base interfaces.

Constructor Detail

InterfaceDescription

public InterfaceDescription()

InterfaceDescription

public InterfaceDescription(java.lang.String name,
                            java.lang.String id,
                            java.lang.String defined_in,
                            java.lang.String version,
                            java.lang.String[] base_interfaces)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online