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.util.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.AppInfoFragment
- PATH - Static variable in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment
- PATH - Static variable in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment
- PATH - Static variable in class com.tccc.kos.commons.util.json.fragments.SoftwareInfoFragment
- 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.
- pause(OTADownloader) - Method in class com.tccc.kos.core.primary.service.ota.OTAService
-
Pause the specified downloader.
- Pause - Class in com.tccc.kos.commons.util
-
A
Pause
provides a simple way to allow an object to be externally paused / resumed. - Pause(String) - Constructor for class com.tccc.kos.commons.util.Pause
- Pauseable - Interface in com.tccc.kos.commons.util
-
Interface for objects that contain a
Pause
object. - PauseListener - Interface in com.tccc.kos.commons.util
-
Listener interface for
Pause
pause events. - PauseReason - Interface in com.tccc.kos.commons.util
-
Interface that allows objects that are used a reasons for a
Pause
to be converted to a string that can be used for debugging / reporting. - pauseTimeSync() - Method in class com.tccc.kos.core.primary.service.nodemgr.NodeMgrService
-
Pause external time synchronization.
- PermAccessProvider - Class in com.tccc.kos.commons.kab.provider.perm
-
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.provider.perm.PermAccessProvider
- phase() - Element in annotation interface com.tccc.kos.commons.core.context.annotations.Autowired
-
The phase to evaluate this annotation in.
- ping(NodeId, PingRequest) - Method in class com.tccc.kos.core.service.network.NetworkService
-
Perform a ping from the specified node using the specified ping settings.
- ping(NodeId, String) - Method in class com.tccc.kos.core.service.network.NetworkService
-
Ping the specified hostname from the specified node.
- ping(PingRequest) - Method in class com.tccc.kos.core.service.network.NetworkService
-
Perform a ping from this node using the specified ping settings.
- ping(String) - Method in class com.tccc.kos.core.service.network.NetworkService
-
Ping the specified hostname from this node.
- PingRequest - Class in com.tccc.kos.core.service.network.beans
-
Parameters for requesting a ping operation.
- PingRequest() - Constructor for class com.tccc.kos.core.service.network.beans.PingRequest
- PingResponse - Class in com.tccc.kos.core.service.network.beans
-
Response for a ping operation.
- PingResponse() - Constructor for class com.tccc.kos.core.service.network.beans.PingResponse
- 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.commons.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.commons.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
- primaryApi(RequestMethod, String, Map<String, Object>, Object, Class<T>, int) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a POST request and then deserializes the response to the specified class.
- primaryDelete(String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a DELETE request and then deserializes the response to the specified class.
- primaryDelete(String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a DELETE request and then deserializes the response to the specified class.
- primaryDelete(String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a DELETE request and then deserializes the response to the specified class.
- primaryDelete(String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a DELETE request and then deserializes the response to the specified class.
- primaryGet(String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a GET request and then deserializes the response to the specified class.
- primaryGet(String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a GET request and then deserializes the response to the specified class.
- primaryPost(String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a POST request and then deserializes the response to the specified class.
- primaryPost(String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a POST request and then deserializes the response to the specified class.
- primaryPut(String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a PUT request and then deserializes the response to the specified class.
- primaryPut(String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a controller on the primary node with a PUT request and then deserializes the response to the specified class.
- primarySubscribe(String, Class<T>, BrokerClientCallback<T>) - Method in class com.tccc.kos.commons.web.broker.BrokerClient
-
Subscribe to message broker on the primary node.
- PrivateKeyReader - Class in com.tccc.kos.commons.util
-
Reader to load a private key stored in PKCS8 format.
- PrivateKeyReader() - Constructor for class com.tccc.kos.commons.util.PrivateKeyReader
- processReady() - Method in class com.tccc.kos.commons.util.ready.ReadyIndicator
- PROD - Enum constant in enum class com.tccc.kos.commons.util.Mode
- PROP_APP_ID - Static variable in class com.tccc.kos.core.service.app.AppBrowserIntent
- PROP_APP_INTENT_TYPE - Static variable in class com.tccc.kos.core.service.app.AppBrowserIntent
- PROP_INSTALL_DETAIL - Static variable in class com.tccc.kos.commons.manifest.install.InstallManifest
- PROP_INSTALL_SUMMARY - Static variable in class com.tccc.kos.commons.manifest.install.InstallManifest
- 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. - PublicKeyReader - Class in com.tccc.kos.commons.util
-
Reader to load a public key stored in PKCS8 format.
- PublicKeyReader() - Constructor for class com.tccc.kos.commons.util.PublicKeyReader
- 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.commons.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.commons.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