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.jboss.as.jacorb.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.jboss.as.jacorb.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.jboss.as.jacorb.rmi.ir.RepositoryImpl |
getRepository()
Get a reference to the local IR implementation that
this Contained object exists in.
|
org.jboss.as.jacorb.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, wait
absolute_name, containing_repository, defined_in, id, id, move, name, name, version, version
def_kind, destroy
protected String id
protected String name
protected String version
protected org.jboss.as.jacorb.rmi.ir.LocalContainer defined_in
protected String absolute_name
protected org.jboss.as.jacorb.rmi.ir.RepositoryImpl repository
protected final DefinitionKind def_kind
public IRObject getReference()
public void allDone() throws IRConstructionException
IRConstructionException
public TypeCode type()
type
in interface ConstantDefOperations
public IDLType type_def()
type_def
in interface ConstantDefOperations
public void type_def(IDLType arg)
type_def
in interface ConstantDefOperations
public Any value()
value
in interface ConstantDefOperations
public void value(Any arg)
value
in interface ConstantDefOperations
public org.omg.CORBA.ContainedPackage.Description describe()
describe
in interface ContainedOperations
public 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.jboss.as.jacorb.rmi.ir.RepositoryImpl getRepository()
public void shutdown()
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public void destroy()
destroy
in interface IRObjectOperations
public void shutdown()
public org.jboss.as.jacorb.rmi.ir.RepositoryImpl getRepository()
protected ORB getORB()
protected POA getPOA()
Copyright © 2013 JBoss by Red Hat. All rights reserved.