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)
|
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)
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.