org.objectweb.jonathan.apis.binding
Interface Reference

All Known Subinterfaces:
JRMIOptRef, JRMIRef
All Known Implementing Classes:
DavidDelegate, DynamicRef, RefImpl

public interface Reference

A Reference simply holds a set of identifiers.


Method Summary
 Identifier[] getIdentifiers()
          Returns the set of identifiers associated with the target reference.
 void setIdentifiers(Identifier[] ids)
          Sets the set of identifiers associated with the target reference.
 

Method Detail

getIdentifiers

public Identifier[] getIdentifiers()
Returns the set of identifiers associated with the target reference.

Returns:
the set of identifiers associated with the target reference.

setIdentifiers

public void setIdentifiers(Identifier[] ids)
Sets the set of identifiers associated with the target reference.

Parameters:
ids - the set of identifiers to be associated with the target reference.