Interface org.omg.CORBA.InterfaceDef
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.InterfaceDef
- public interface InterfaceDef
- extends Object
- extends Object, Container, Contained, IDLType
An InterfaceDef object represents an interface definition. It cancontains constants, typedefs, exceptions, operations, and attributes.
-
base_interfaces()
-
-
base_interfaces(InterfaceDef[])
-
-
create_attribute(String, String, String, IDLType, AttributeMode)
-
-
create_operation(String, String, String, IDLType, OperationMode, ParameterDescription[], ExceptionDef[], String[])
-
-
describe_interface()
-
-
is_a(String)
-
base_interfaces
public abstract InterfaceDef[] base_interfaces() throws SystemException
base_interfaces
public abstract void base_interfaces(InterfaceDef arg[]) throws SystemException
is_a
public abstract boolean is_a(String interface_id)
describe_interface
public abstract FullInterfaceDescription describe_interface()
create_attribute
public abstract AttributeDef create_attribute(String id,
String name,
String version,
IDLType type,
AttributeMode mode)
create_operation
public abstract OperationDef create_operation(String id,
String name,
String version,
IDLType result,
OperationMode mode,
ParameterDescription params[],
ExceptionDef exceptions[],
String contexts[])
All Packages Class Hierarchy This Package Previous Next Index