quamj.qps.configuration
Class QoSAccessManager
java.lang.Object
|
+--quamj.qps.configuration.QoSAccessManager
- public class QoSAccessManager
- extends java.lang.Object
The QoS access strategy mechanism provides QPS with mechanism
for store and access diverse set of QoS specifications.
The storage places and the access to them remain transparent for QPS.
The desired strategy should be specified during the deployment phase.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static QoSAccessManager getInstance()
strategy
public void strategy(QoSAccessStrategy qosStrategy)
strategy
public void strategy(java.lang.String className)
throws QoSAccessException
QoSAccessException
strategy
public QoSAccessStrategy strategy()
strategyClassName
public java.lang.String strategyClassName()