org.omg.GIOP
Class TargetAddress

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

public final class TargetAddress
extends Object
implements IDLEntity

See Also:
Serialized Form

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

Constructor Detail

TargetAddress

public TargetAddress()
Method Detail

discriminator

public short discriminator()

object_key

public byte[] object_key()

object_key

public void object_key(byte[] val)

profile

public TaggedProfile profile()

profile

public void profile(TaggedProfile val)

ior

public IORAddressingInfo ior()

ior

public void ior(IORAddressingInfo val)

__default

public void __default()

__default

public void __default(short d)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.