ojb.odmg
Class NamedRootsEntry

java.lang.Object
  |
  +--ojb.odmg.NamedRootsEntry
All Implemented Interfaces:
java.io.Serializable

public class NamedRootsEntry
extends java.lang.Object
implements java.io.Serializable

represents an entry to the named roots table. maps names (Strings) to OJB Identities Creation date: (26.01.2001 19:57:51)

See Also:
Serialized Form

Constructor Summary
NamedRootsEntry()
          NamedRootsEntry constructor comment.
NamedRootsEntry(java.lang.String aName, byte[] serializedOID)
          NamedRootsEntry constructor comment.
 
Method Summary
 java.lang.String getName()
          Insert the method's description here.
 byte[] getOid()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedRootsEntry

public NamedRootsEntry(java.lang.String aName,
                       byte[] serializedOID)
NamedRootsEntry constructor comment.


NamedRootsEntry

public NamedRootsEntry()
NamedRootsEntry constructor comment.

Method Detail

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (26.01.2001 20:00:54)

Returns:
java.lang.String

getOid

public byte[] getOid()
Insert the method's description here. Creation date: (26.01.2001 20:00:54)

Returns:
ojb.broker.Identity


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04