public abstract class SensitiveResource extends HandleChain implements Sensitive
Sensitive flavor on the of HandleChain.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Boolean |
sensitive
Variable for the SENSITIVE attribute
|
name, nextSibling, prevSibling, wainstProc, pm| Constructor and Description |
|---|
SensitiveResource() |
| Modifier and Type | Method and Description |
|---|---|
logical |
isSensitive()
Java implementation for getting the SENSITIVE handle attribute which
contains a
logical value that determines if the handle
can receive input focus or events. |
void |
setSensitive(boolean sensitive)
Java implementation for setting the SENSITIVE handle attribute which
contains a
logical value that determines if the handle
can receive input focus or events. |
void |
setSensitive(character sensitive)
Java implementation for setting the SENSITIVE handle attribute which
contains a
logical value that determines if the handle
can receive input focus or events. |
void |
setSensitive(logical sensitive)
Java implementation for setting the SENSITIVE handle attribute which
contains a
logical value that determines if the handle
can receive input focus or events. |
void |
setSensitive(java.lang.String sensitive)
Java implementation for setting the SENSITIVE handle attribute which
contains a
logical value that determines if the handle
can receive input focus or events. |
_name, delete, firstResource, firstResource, getHead, getNextSibling, getNextSibling, getPrevSibling, getPrevSibling, getPrivateData, getTail, hasName, hasNameConstraints, hasNameReadOnly, hasNextSibling, hasParent, hasPrevSibling, hasPrivateData, interlink, isChained, lastResource, lastResource, moveInChain, name, name, name, readOnlyError, readOnlyError, resolveChainType, setHead, setNextSibling, setNextSibling, setPrevSibling, setPrevSibling, setPrivateData, setPrivateData, setPrivateData, validateName_instantiatingProcedure, addToPool, doDelete, equals, hashCode, id, id, implicitDeletion, incrementTrigger, instantiatingProcedure, invalidAttribute, processResource, registerResource, resourceDelete, resourceType, setInstantiatingProcedure, toString, type, unableToAssignUnknown, unknownclone, finalize, getClass, notify, notifyAll, wait, wait, waitresourceTypeid, id, unknown, validallowDeletepublic logical isSensitive()
logical value that determines if the handle
can receive input focus or events.
If false the response procedure will not be executed.
isSensitive in interface Sensitivepublic void setSensitive(java.lang.String sensitive)
logical value that determines if the handle
can receive input focus or events.
If set to false the response procedure will not be executed.
setSensitive in interface Sensitivesensitive - The logical value which the socket which determines if the handle
can receive input focus or events to be set.public void setSensitive(character sensitive)
logical value that determines if the handle
can receive input focus or events.
If set to false the response procedure will not be executed.
setSensitive in interface Sensitivesensitive - The logical value which the socket which determines if the handle
can receive input focus or events, to be set.public void setSensitive(boolean sensitive)
logical value that determines if the handle
can receive input focus or events.
If set to false the response procedure will not be executed.
setSensitive in interface Sensitivesensitive - The logical value which the socket which determines if the handle
can receive input focus or events, to be set.public void setSensitive(logical sensitive)
logical value that determines if the handle
can receive input focus or events.
If set to false the response procedure will not be executed.
setSensitive in interface Sensitivesensitive - The logical value which the socket which determines if the handle
can receive input focus or events, to be set.