Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- ParallelFuture - Class in com.tccc.kos.commons.util.concurrent.future
-
Allows a collection of individual futures to be run in parallel, where the overall state of
ParallelFuture
reflects the result of the child futures. - ParallelFuture(String) - Constructor for class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
-
Creates a
ParallelFuture
to hold all child futures. - params() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
-
Documents the URL parameters.
- Params() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemKeypad.Params
- Params() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount.Params
- Params() - Constructor for class com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval.Params
- parse(String) - Static method in class com.tccc.kos.commons.xml.XmlUtil
-
Parses XML stored in a string into an XML document.
- PARSE_ERROR - Static variable in class com.tccc.kos.commons.core.dispatcher.HttpStatus
- parseRegion(BaseRegion, Element) - Method in class com.tccc.kos.core.service.region.XmlRegionFactory
-
Populates a
BaseRegion
object form the XML element. - PATCH - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- PATH - Static variable in class com.tccc.kos.commons.util.json.fragments.LanguageDescriptorFragment
- PATH - Static variable in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoDescriptorFragment
- PathMgr - Class in com.tccc.kos.commons.path
-
System component that is used to define well-known filesystem paths by name, which are used with relative paths elsewhere in the code.
- PathRewritingVFSSource - Class in com.tccc.kos.commons.core.vfs
-
Class that wraps another source.
- PathRewritingVFSSource(VFSSource) - Constructor for class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
-
Proxy the specified source and rewrite the paths for requests.
- PathVariable - Annotation Interface in com.tccc.kos.commons.core.dispatcher.annotations
-
Annotation that binds a method variable to a path parameter.
- PermAccessProvider - Class in com.tccc.kos.commons.kab
-
This class gathers KAB file permissions, then sets them for each KAB entry in the
KabAccessProvider
interface'ssetAccess(KabEntry)
method. - PermAccessProvider() - Constructor for class com.tccc.kos.commons.kab.PermAccessProvider
- phase() - Element in annotation interface com.tccc.kos.commons.core.context.annotations.Autowired
-
The phase to evaluate this annotation in.
- POST - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- POST() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
-
Sets the URL path of the associated POST operation.
- POST(String, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
-
Performs a POST request on the specified URL with the body object and then parses the response into an instance of the specified class.
- POST(URI, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
-
Performs a POST request on the specified URI with the body object and then parses the response into an instance of the specified class.
- prepend(String, FutureEvent, FutureRunnable) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Prepends an event callback.
- PRIMARY_ALIAS - Static variable in class com.tccc.kos.commons.web.websocket.router.RouterEngine
- PrimaryManifestInstallView - Interface in com.tccc.kos.commons.manifest.install
-
Interface used to extract information from a manifest that identifies the minimum information required to correctly install an updated on the primary node of a device such that the primary and all child nodes in the device can be properly updated.
- processReady() - Method in class com.tccc.kos.commons.util.ready.ReadyIndicator
- PROD - Enum constant in enum class com.tccc.kos.commons.util.Mode
- PROTOCOL - Static variable in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
- ProxyVFSSource - Class in com.tccc.kos.commons.core.vfs
-
Class that wraps another source.
- ProxyVFSSource(VFSSource) - Constructor for class com.tccc.kos.commons.core.vfs.ProxyVFSSource
-
Constructs a proxy for the specified source.
- PsiUnit - Class in com.tccc.kos.commons.util.units.impl
-
A
Unit
class that represents pressure in pounds-per-square-inch (PSI). - PsiUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.PsiUnit
-
Creates a
PsiUnit
with no alias and default set to true. - PsiUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.PsiUnit
-
Creates a
PsiUnit
with the specified alias and default flag. - pull(long, boolean) - Method in class com.tccc.kos.commons.util.concurrent.PushPullCallback
-
Adjusts an existing timer using the specified
delay
, optionally starting the timer (if needed) when thestart
flag is true. - purgeNewerSchema() - Method in interface com.tccc.kos.commons.db.DatabaseMigrator
-
Returns
true
if any schema versions newer than the current version should be deleted from disk. - push(long, boolean) - Method in class com.tccc.kos.commons.util.concurrent.PushPullCallback
-
Adjusts an existing timer using the specified
delay
, optionally starting the timer (if needed) when thestart
flag is true. - push(VFSSource) - Method in class com.tccc.kos.commons.core.vfs.StackedVFSSource
-
Pushes a new source as the top overlay.
- PushPullCallback - Class in com.tccc.kos.commons.util.concurrent
-
Class used to schedule a callback after a specified delay, but can be used in three different ways: Using
start()
, the timer acts like a typical timer that runs for the specified delay. - PushPullCallback(Runnable) - Constructor for class com.tccc.kos.commons.util.concurrent.PushPullCallback
-
Creates a push/pull callback with the specified
callback
method. - PUT - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- PUT() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
-
Sets the URL path of the associated PUT operation.
- PUT(String, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
-
Performs a PUT request on the specified URL with the body object and then parses the response into an instance of the specified class.
- PUT(URI, Object, Class<T>, boolean) - Method in class com.tccc.kos.commons.core.httpclient.JsonTemplate
-
Performs a PUT request on the specified URI with the body object and then parses the response into an instance of the specified class.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form