Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
 
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
onConnectEvent(int) - Method in interface com.cinterion.mqtt.MqttConnectCallback
Called when a connection event occurs.
onInstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when an application is installed.
onMessageEvent(int, byte[], byte[], int) - Method in interface com.cinterion.mqtt.MqttMessageCallback
Called when a message event occurs.
onPublishEvent(int, int, short) - Method in interface com.cinterion.mqtt.MqttPublishCallback
Called when a publish notification PUBACK(QOS1)/PUBREC,PUBCOMP(QOS2) is received.
onStart(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is started.
onStop(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is stopped.
onSubscribeEvent(int, byte[], int) - Method in interface com.cinterion.mqtt.MqttSubscribeCallback
Called when a subscription event occurs.
onUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when the application is uninstalled.
openInputStream() - Method in interface ej.ecom.io.CommConnection
Returns an InputStream which implements the BitsInput interface.
openOutputStream() - Method in interface ej.ecom.io.CommConnection
Returns an OutputStream which implements the BitsOutput interface.
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
org.json.me - package org.json.me
 
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutPort - Class in com.cinterion.io
The OutPort class supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO).
OutPort(Vector<String>, Vector<Integer>) - Constructor for class com.cinterion.io.OutPort
Creates a new instance of a GPIO port of output pins.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.
OwnershipHelper - Interface in ej.wadapps.application
The applications ownership gives information about the ownership of the objects and the thread contexts.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links