org.omg.GIOP
Class TargetAddress

java.lang.Object
  |
  +--org.omg.GIOP.TargetAddress
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TargetAddress()
           
 
Method Summary
 void __default()
           
 short discriminator()
           
 IORAddressingInfo ior()
           
 void ior(IORAddressingInfo value)
           
 byte[] object_key()
           
 void object_key(byte[] value)
           
 TaggedProfile profile()
           
 void profile(TaggedProfile value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetAddress

public TargetAddress()
Method Detail

discriminator

public short discriminator()

object_key

public void object_key(byte[] value)

object_key

public byte[] object_key()

profile

public void profile(TaggedProfile value)

profile

public TaggedProfile profile()

ior

public void ior(IORAddressingInfo value)

ior

public IORAddressingInfo ior()

__default

public void __default()