|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.util.HintsUtil
public class HintsUtil
Constructor Summary | |
---|---|
HintsUtil()
|
Method Summary | |
---|---|
static boolean |
requestsFor(java.lang.String hintName,
BasicStorageHints hints)
Checks if a hint has been set and if so, if the value corresponds to the boolean true |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HintsUtil()
Method Detail |
---|
public static boolean requestsFor(java.lang.String hintName, BasicStorageHints hints) throws GCUBEUnrecoverableValueNotValidFault
This method has not been placed in BasicStorageHints, because Exception handling is not as layer independend as it should be to place method directly there.
hintName
- the name of a hinthints
- the hints to analyze
java.rmi.RemoteException
- if hint value was set to a non-boolean value
GCUBEUnrecoverableValueNotValidFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |