org.apache.yoko.orb.OB
Class ObjectKeyData

java.lang.Object
  extended by org.apache.yoko.orb.OB.ObjectKeyData

public final class ObjectKeyData
extends Object


Field Summary
 int createTime
           
 byte[] oid
           
 boolean persistent
           
 String[] poaId
           
 String serverId
           
 
Constructor Summary
ObjectKeyData()
           
ObjectKeyData(String _serverId, String[] _poaId, byte[] _oid, boolean _persistent, int _createTime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serverId

public String serverId

poaId

public String[] poaId

oid

public byte[] oid

persistent

public boolean persistent

createTime

public int createTime
Constructor Detail

ObjectKeyData

public ObjectKeyData()

ObjectKeyData

public ObjectKeyData(String _serverId,
                     String[] _poaId,
                     byte[] _oid,
                     boolean _persistent,
                     int _createTime)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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