Package org.hcjf.layers
Class Layer.Access
- java.lang.Object
-
- org.hcjf.layers.Layer.Access
-
- Enclosing class:
- Layer
public static final class Layer.Access extends java.lang.ObjectThis class represents the access resume of the layer.
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetMessage()Return a message associated to the granted resume.java.lang.ThrowablegetThrowable()Return the throwable associated to the granted resume.booleanisGranted()It returns true if access has been granted and false otherwise.
-
-
-
Method Detail
-
isGranted
public boolean isGranted()
It returns true if access has been granted and false otherwise.- Returns:
- Granted resume.
-
getMessage
public java.lang.String getMessage()
Return a message associated to the granted resume.- Returns:
- Message.
-
getThrowable
public java.lang.Throwable getThrowable()
Return the throwable associated to the granted resume.- Returns:
- Throwable.
-
-