|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.PortableServer.Servant | +--org.omg.CORBA.ValueMemberDefPOA | +--org.omg.CORBA.ValueMemberDefPOATie
This interface provides a way to get information about a valuetype member.
Constructor Summary | |
ValueMemberDefPOATie(ValueMemberDefOperations tieObject)
|
|
ValueMemberDefPOATie(ValueMemberDefOperations tieObject,
POA poa)
|
Method Summary | |
POA |
_default_POA()
|
ValueMemberDefOperations |
_delegate()
|
void |
_delegate(ValueMemberDefOperations delegate_)
|
java.lang.String |
absolute_name()
The absolute_name attribute is an absolute ScopedName that identifies a Contained object uniquely within its enclosing Repository. |
short |
access()
Return the access visibility for a value member. |
void |
access(short value)
Return the access visibility for a value member. |
Repository |
containing_repository()
The containing_repository attribute identifies the Repository that is eventually reached by recursively following the object’s defined_in attribute. |
DefinitionKind |
def_kind()
The def_kind type_name attribute identifies the type of the definition. |
Container |
defined_in()
Contained objects also have a defined_in attribute that identifies the Container within which they are defined. |
Description |
describe()
The describe operation returns a structure containing information about the interface. |
void |
destroy()
The destroy operation causes the object to cease to exist. |
java.lang.String |
id()
An object that is contained by another object has an id attribute that identifies it globally. |
void |
id(java.lang.String value)
An object that is contained by another object has an id attribute that identifies it globally. |
void |
move(Container new_container,
java.lang.String new_name,
java.lang.String new_version)
The move operation atomically removes this object from its current Container, and adds it to the Container specified by new_container must satisfy the following conditions: It must be in the same Repository. |
java.lang.String |
name()
An object that is contained by another object has a name attribute that identifies it uniquely within the enclosing Container object. |
void |
name(java.lang.String value)
An object that is contained by another object has a name attribute that identifies it uniquely within the enclosing Container object. |
IDLType |
type_def()
This attribute identifies a value member. |
void |
type_def(IDLType value)
This attribute identifies a value member. |
TypeCode |
type()
Return the typecode that descrive the value member |
java.lang.String |
version()
An object that is contained by another object has a version attribute that distinguishes it from other versioned objects with the same name. |
void |
version(java.lang.String value)
An object that is contained by another object has a version attribute that distinguishes it from other versioned objects with the same name. |
Methods inherited from class org.omg.CORBA.ValueMemberDefPOA |
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueMemberDefPOATie(ValueMemberDefOperations tieObject)
public ValueMemberDefPOATie(ValueMemberDefOperations tieObject, POA poa)
Method Detail |
public ValueMemberDefOperations _delegate()
public void _delegate(ValueMemberDefOperations delegate_)
public POA _default_POA()
_default_POA
in class Servant
public TypeCode type()
ValueMemberDefOperations
public IDLType type_def()
ValueMemberDefOperations
public void type_def(IDLType value)
ValueMemberDefOperations
public short access()
ValueMemberDefOperations
public void access(short value)
ValueMemberDefOperations
public java.lang.String id()
ContainedOperations
public void id(java.lang.String value)
ContainedOperations
public java.lang.String name()
ContainedOperations
public void name(java.lang.String value)
ContainedOperations
public java.lang.String version()
ContainedOperations
public void version(java.lang.String value)
ContainedOperations
public Container defined_in()
ContainedOperations
public java.lang.String absolute_name()
ContainedOperations
public Repository containing_repository()
ContainedOperations
public Description describe()
ContainedOperations
public void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
ContainedOperations
public DefinitionKind def_kind()
IRObjectOperations
public void destroy()
IRObjectOperations
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |