|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.iiop.rmi.ir.IRObjectImpl org.jboss.iiop.rmi.ir.ContainedImpl org.jboss.iiop.rmi.ir.ConstantDefImpl
Constant IR object.
Field Summary | |
protected String |
absolute_name
The absolute name of this object. |
protected DefinitionKind |
def_kind
|
protected org.jboss.iiop.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.iiop.rmi.ir.RepositoryImpl |
repository
|
protected String |
version
The version of this object. |
Method Summary | |
String |
absolute_name()
|
void |
allDone()
Finalize the building process, and export. |
Repository |
containing_repository()
|
DefinitionKind |
def_kind()
|
Container |
defined_in()
|
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()
Get an exported CORBA reference to this IRObject. |
org.jboss.iiop.rmi.ir.RepositoryImpl |
getRepository()
Get a reference to the local IR implementation that this Contained object exists in. |
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. |
IDLType |
type_def()
|
void |
type_def(IDLType arg)
|
TypeCode |
type()
|
Any |
value()
|
void |
value(Any arg)
|
String |
version()
|
void |
version(String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.ContainedOperations |
absolute_name, containing_repository, defined_in, id, id, move, name, name, version, version |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
def_kind, destroy |
Field Detail |
protected String id
protected String name
protected String version
protected org.jboss.iiop.rmi.ir.LocalContainer defined_in
protected String absolute_name
protected org.jboss.iiop.rmi.ir.RepositoryImpl repository
protected DefinitionKind def_kind
Method Detail |
public IRObject getReference()
org.jboss.iiop.rmi.ir.LocalIRObject
getReference
in interface org.jboss.iiop.rmi.ir.LocalIRObject
public void allDone() throws org.jboss.iiop.rmi.ir.IRConstructionException
org.jboss.iiop.rmi.ir.LocalIRObject
allDone
in interface org.jboss.iiop.rmi.ir.LocalIRObject
org.jboss.iiop.rmi.ir.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 Description describe()
describe
in interface ContainedOperations
public String id()
id
in interface ContainedOperations
public void id(String id)
id
in interface ContainedOperations
public String name()
name
in interface ContainedOperations
public void name(String name)
name
in interface ContainedOperations
public String version()
version
in interface ContainedOperations
public void version(String version)
version
in interface ContainedOperations
public Container defined_in()
defined_in
in interface ContainedOperations
public String absolute_name()
absolute_name
in interface ContainedOperations
public Repository containing_repository()
containing_repository
in interface ContainedOperations
public void move(Container new_container, String new_name, String new_version)
move
in interface ContainedOperations
protected byte[] getObjectId()
public org.jboss.iiop.rmi.ir.RepositoryImpl getRepository()
getRepository
in interface org.jboss.iiop.rmi.ir.LocalIRObject
public void shutdown()
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public void destroy()
destroy
in interface IRObjectOperations
protected ORB getORB()
protected POA getPOA()
protected Object servantToReference(Servant servant)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |