public interface PersistableProcedure
| Modifier and Type | Method and Description |
|---|---|
logical |
isPersistent()
Get the
persistent attribute of this procedure instance. |
default void |
setPersistent(boolean persistent)
Set the
persistent attribute of this CALL request. |
default void |
setPersistent(logical persistent)
Set the
persistent attribute of this CALL request. |
logical isPersistent()
persistent attribute of this procedure instance.default void setPersistent(boolean persistent)
persistent attribute of this CALL request.persistent - The flag indicating how the call will be performed.default void setPersistent(logical persistent)
persistent attribute of this CALL request.persistent - The flag indicating how the call will be performed.