Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.omg.CORBA.InterfaceDef


public interface InterfaceDef
extends Object, Container, Contained, IDLType

Method Summary
InterfaceDef[]  base_interfaces()
 
void  base_interfaces(InterfaceDef[] arg)
 
AttributeDef  create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
 
OperationDef  create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
 
org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription  describe_interface()
 
boolean  is_a(String interface_id)
 
 

Method Detail

base_interfaces

public InterfaceDef[] base_interfaces()

base_interfaces

public void base_interfaces(InterfaceDef[] arg)

is_a

public boolean is_a(String interface_id)

describe_interface

public org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription describe_interface()

create_attribute

public AttributeDef create_attribute(String id,
                                     String name,
                                     String version,
                                     IDLType type,
                                     AttributeMode mode)

create_operation

public OperationDef create_operation(String id,
                                     String name,
                                     String version,
                                     IDLType result,
                                     OperationMode mode,
                                     ParameterDescription[] params,
                                     ExceptionDef[] exceptions,
                                     String[] contexts)

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.