public class ConstantDefImpl extends Object implements ConstantDefOperations
| Modifier and Type | Field and Description |
|---|---|
protected String |
absolute_name
The absolute name of this object.
|
protected DefinitionKind |
def_kind |
protected org.wildfly.iiop.openjdk.rmi.ir.LocalContainer |
defined_in
The container this is defined in.
|
protected String |
id
The global repository ID of this object.
|
protected String |
name
The name of this object within its container.
|
protected org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl |
repository |
protected String |
version
The version of this object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
absolute_name() |
void |
allDone() |
Repository |
containing_repository() |
DefinitionKind |
def_kind() |
Container |
defined_in() |
org.omg.CORBA.ContainedPackage.Description |
describe() |
void |
destroy() |
protected byte[] |
getObjectId()
Return the POA object ID of this IR object.
|
protected ORB |
getORB()
Return the ORB for this IRObject.
|
protected POA |
getPOA()
Return the POA for this IRObject.
|
IRObject |
getReference() |
org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl |
getRepository()
Get a reference to the local IR implementation that
this Contained object exists in.
|
org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl |
getRepository() |
String |
id() |
void |
id(String id) |
void |
move(Container new_container,
String new_name,
String new_version) |
String |
name() |
void |
name(String name) |
protected Object |
servantToReference(Servant servant)
Convert a servant to a reference.
|
void |
shutdown()
Unexport this object.
|
void |
shutdown()
Unexport this object.
|
IDLType |
type_def() |
void |
type_def(IDLType arg) |
TypeCode |
type() |
Any |
value() |
void |
value(Any arg) |
String |
version() |
void |
version(String version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsolute_name, containing_repository, defined_in, id, id, move, name, name, version, versiondef_kind, destroyprotected String id
protected String name
protected String version
protected org.wildfly.iiop.openjdk.rmi.ir.LocalContainer defined_in
protected String absolute_name
protected org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl repository
protected final DefinitionKind def_kind
public IRObject getReference()
public void allDone()
throws IRConstructionException
IRConstructionExceptionpublic TypeCode type()
type in interface ConstantDefOperationspublic IDLType type_def()
type_def in interface ConstantDefOperationspublic void type_def(IDLType arg)
type_def in interface ConstantDefOperationspublic Any value()
value in interface ConstantDefOperationspublic void value(Any arg)
value in interface ConstantDefOperationspublic org.omg.CORBA.ContainedPackage.Description describe()
describe in interface ContainedOperationspublic String id()
public void id(String id)
public String name()
public void name(String name)
public String version()
public void version(String version)
public Container defined_in()
public String absolute_name()
public Repository containing_repository()
protected byte[] getObjectId()
public org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl getRepository()
public void shutdown()
public DefinitionKind def_kind()
def_kind in interface IRObjectOperationspublic void destroy()
destroy in interface IRObjectOperationspublic void shutdown()
public org.wildfly.iiop.openjdk.rmi.ir.RepositoryImpl getRepository()
protected ORB getORB()
protected POA getPOA()
Copyright © 2020 JBoss by Red Hat. All rights reserved.