org.objectweb.jonathan.apis.binding
Interface Reference
- All Known Subinterfaces:
- JRMIOptRef, JRMIRef
- All Known Implementing Classes:
- DavidDelegate
- public interface Reference
A Reference simply holds a set of identifiers.
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.