BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.rmi.server
Class UID

java.lang.Object
  |
  +--weblogic.rmi.server.UID

public final class UID
extends java.lang.Object
implements java.io.Serializable

This class is provided strictly for compatibility with java.rmi.*

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
UID()
           
UID(short s)
           
 
Method Summary
static UID read(java.io.DataInput dataInput)
           
 void write(java.io.DataOutput dataOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UID

public UID()

UID

public UID(short s)
Method Detail

write

public void write(java.io.DataOutput dataOutput)
           throws java.io.IOException


read

public static UID read(java.io.DataInput dataInput)
                throws java.io.IOException


Documentation is available at
http://www.weblogic.com/docs51