net.captp.jcomm
Class LocatorUnumDesc

java.lang.Object
  |
  +--net.captp.jcomm.LocatorUnumDesc
All Implemented Interfaces:
Marker, ObjectRefDesc, PassByConstruction, Serializable

class LocatorUnumDesc
extends Object
implements ObjectRefDesc

Author:
Mark S. Miller

Field Summary
(package private) static long serialVersionUID
           
(package private) static LocatorUnumDesc THE_ONE
           
 
Fields inherited from interface org.erights.e.elib.serial.PassByConstruction
HONORARY, HONORED_NAMES
 
Constructor Summary
private LocatorUnumDesc()
           
 
Method Summary
 Object dereference(CapTPConnection conn)
          Dereferences to the local presence of the LocatorUnum service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID

THE_ONE

static final LocatorUnumDesc THE_ONE
Constructor Detail

LocatorUnumDesc

private LocatorUnumDesc()
Method Detail

dereference

public Object dereference(CapTPConnection conn)
Dereferences to the local presence of the LocatorUnum service

Specified by:
dereference in interface ObjectRefDesc
Parameters:
conn - The connection over which we are communicating


comments?