org.omg.GIOP
Class TargetAddress

java.lang.Object
  extended by org.omg.GIOP.TargetAddress
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class TargetAddress
extends java.lang.Object
implements IDLEntity

Union definition: TargetAddress.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
protected  short __d
          Union member _d
protected  IORAddressingInfo _ior
          Union member ior
protected  byte[] _object_key
          Union member object_key
protected  TaggedProfile _profile
          Union member profile
 
Constructor Summary
TargetAddress()
          Default constructor
 
Method Summary
 void __default()
          default access
 void __default(short _discriminator)
          default access
 short discriminator()
          Get discriminator value
 IORAddressingInfo ior()
          Get ior value
 void ior(IORAddressingInfo value)
          Set ior value
 byte[] object_key()
          Get object_key value
 void object_key(byte[] value)
          Set object_key value
 TaggedProfile profile()
          Get profile value
 void profile(TaggedProfile value)
          Set profile value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__d

protected short __d
Union member _d


_object_key

protected byte[] _object_key
Union member object_key


_profile

protected TaggedProfile _profile
Union member profile


_ior

protected IORAddressingInfo _ior
Union member ior

Constructor Detail

TargetAddress

public TargetAddress()
Default constructor

Method Detail

discriminator

public short discriminator()
Get discriminator value


object_key

public void object_key(byte[] value)
Set object_key value


object_key

public byte[] object_key()
Get object_key value


profile

public void profile(TaggedProfile value)
Set profile value


profile

public TaggedProfile profile()
Get profile value


ior

public void ior(IORAddressingInfo value)
Set ior value


ior

public IORAddressingInfo ior()
Get ior value


__default

public void __default()
default access


__default

public void __default(short _discriminator)
default access