gov.lanl.IDViewer
Class PidsRef

java.lang.Object
  |
  +--gov.lanl.IDViewer.PidsRef

public class PidsRef
extends java.lang.Object

The class PidsRef represents a CORBA reference to a named PIDS object.

Version:
$Id: PidsRef.java,v 1.2 2002/06/09 14:26:01 dwforslund Exp $
Author:
Torsten Staab

Constructor Summary
PidsRef(Offer pidsOffer)
          intializes the PIDS reference object
 
Method Summary
 java.lang.String getName()
          returns the name (composed of domain and component name of the PIDS trader offer
 Offer getOffer()
          returns the offer that the PIDS provided to the PIDS trader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PidsRef

public PidsRef(Offer pidsOffer)
intializes the PIDS reference object

Parameters:
pidsOffer - a trader offer that identifies the PIDS
Method Detail

getName

public java.lang.String getName()
returns the name (composed of domain and component name of the PIDS trader offer

Returns:
the name of the PIDS

getOffer

public Offer getOffer()
returns the offer that the PIDS provided to the PIDS trader

Returns:
the PIDS' offer


Copyright © 2000 University of California. All Rights Reserved.