org.apache.geronimo.messaging.reference
Interface Reference


public interface Reference

(Remote) Reference to a Referenceable.
This interface is automatically implemented by Referenceable proxies.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:42 $

Method Summary
 boolean equals(Object obj)
          Equals if obj is a Reference to the same Referenceable.
 ReferenceableInfo getReferenceableInfo()
          Gets the meta-data of the (remote) Referenceable.
 

Method Detail

getReferenceableInfo

public ReferenceableInfo getReferenceableInfo()
Gets the meta-data of the (remote) Referenceable.

Returns:
Referenceable meta-data.

equals

public boolean equals(Object obj)
Equals if obj is a Reference to the same Referenceable.

Parameters:
obj - Object with which to be compared.
Returns:
true if obj is a Reference to the same Referenceable.


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.