|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.iiop.rmi.ir.AttributeDefImpl
public class AttributeDefImpl
Attribute 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()
|
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.iiop.rmi.ir.RepositoryImpl |
getRepository()
Get a reference to the local IR implementation that this Contained object exists in. |
org.jboss.iiop.rmi.ir.RepositoryImpl |
getRepository()
|
String |
id()
|
void |
id(String id)
|
AttributeMode |
mode()
|
void |
mode(AttributeMode arg)
|
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()
|
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()
public void allDone() throws org.jboss.iiop.rmi.ir.IRConstructionException
org.jboss.iiop.rmi.ir.IRConstructionException
public TypeCode type()
type
in interface AttributeDefOperations
public IDLType type_def()
type_def
in interface AttributeDefOperations
public void type_def(IDLType arg)
type_def
in interface AttributeDefOperations
public AttributeMode mode()
mode
in interface AttributeDefOperations
public void mode(AttributeMode arg)
mode
in interface AttributeDefOperations
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()
public void move(Container new_container, String new_name, String new_version)
protected byte[] getObjectId()
public org.jboss.iiop.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.iiop.rmi.ir.RepositoryImpl getRepository()
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 |