public interface ServiceSelectionStrategy<T> extends AssociationServiceListener<T>
Modifier and Type | Method and Description |
---|---|
Association<T> |
getAssociation()
Get the association set to the strategy
|
T |
getService()
Select a service for invocation
|
void |
setAssociation(Association<T> association)
Set the association
|
void |
terminate()
Clean up any resources allocated
|
serviceAdded, serviceRemoved
void setAssociation(Association<T> association)
association
- The associationAssociation<T> getAssociation()
T getService()
void terminate()
Copyright © 2007–2018 Rio Project. All rights reserved.