Serialized Form
-
Package org.osgi.service.cdi.annotations
-
Class org.osgi.service.cdi.annotations.BeanPropertyType.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<BeanPropertyType> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.ComponentProperties.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<ComponentProperties> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.ComponentScoped.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<ComponentScoped> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.FactoryComponent.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<FactoryComponent> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_pid
String _pid
-
-
Class org.osgi.service.cdi.annotations.MinimumCardinality.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<MinimumCardinality> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
int _value
-
-
Class org.osgi.service.cdi.annotations.PID.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<PID> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_pid
String _pid
-
_policy
ConfigurationPolicy _policy
-
-
Class org.osgi.service.cdi.annotations.PIDs.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<PIDs> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_pids
PID[] _pids
-
-
Class org.osgi.service.cdi.annotations.PrototypeRequired.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<PrototypeRequired> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.Reference.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<Reference> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.Reluctant.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<Reluctant> implements Serializable- serialVersionUID:
- 1L
-
Class org.osgi.service.cdi.annotations.Service.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<Service> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_interfaces
Class<?>[] _interfaces
-
-
Class org.osgi.service.cdi.annotations.ServiceInstance.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<ServiceInstance> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
ServiceScope type
-
-
Class org.osgi.service.cdi.annotations.SingleComponent.Literal
class Literal extends javax.enterprise.util.AnnotationLiteral<SingleComponent> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.service.cdi.propertytypes
-
Exception org.osgi.service.cdi.propertytypes.BeanPropertyException
class BeanPropertyException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.service.clusterinfo
-
Class org.osgi.service.clusterinfo.ClusterTagPermission
class ClusterTagPermission extends Permission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.cm
-
Exception org.osgi.service.cm.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- -1690090413441769377L
-
Class org.osgi.service.cm.ConfigurationPermission
class ConfigurationPermission extends BasicPermission implements Serializable- serialVersionUID:
- 5716868734811965383L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
Exception org.osgi.service.cm.ReadOnlyConfigurationException
class ReadOnlyConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 1898442024230518832L
-
-
Package org.osgi.service.component
-
Exception org.osgi.service.component.ComponentException
class ComponentException extends RuntimeException implements Serializable- serialVersionUID:
- -7438212656298726924L
-
-
Package org.osgi.service.coordinator
-
Exception org.osgi.service.coordinator.CoordinationException
class CoordinationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
name
String name
-
type
int type
-
-
Class org.osgi.service.coordinator.CoordinationPermission
class CoordinationPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.dal
-
Exception org.osgi.service.dal.DeviceException
class DeviceException extends IOException implements Serializable- serialVersionUID:
- -1876565249188512600L
-
Serialized Fields
-
code
int code
-
-
Class org.osgi.service.dal.DevicePermission
class DevicePermission extends BasicPermission implements Serializable- serialVersionUID:
- -3020753566295420906L
-
Serialization Methods
-
readObject
Called to restore the permission state from the stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
Called when the permission state is saved to a stream. Permissions with device instance cannot be serialized.- Throws:
IOException
-
-
-
Package org.osgi.service.dmt
-
Exception org.osgi.service.dmt.DmtException
class DmtException extends Exception implements Serializable- serialVersionUID:
- -63006267148118655L
-
Serialized Fields
-
causes
Throwable[] causes
The list of originating exceptions, or empty list ornull
if there are no originating exceptions. -
code
int code
The error code of the failure, one of the constants defined in this class. -
fatal
boolean fatal
Determines whether the exception is fatal or not. This is basically a two-state severity indicator, with the 'fatal' severity being the more serious one. -
message
String message
The message associated with the exception, ornull
if there is no error message. -
uri
String uri
The URI of the node on which the failed DMT operation was issued, ornull
if the operation was not associated with a node.
-
-
Exception org.osgi.service.dmt.DmtIllegalStateException
class DmtIllegalStateException extends RuntimeException implements Serializable- serialVersionUID:
- 2015244852018469700L
-
-
Package org.osgi.service.dmt.security
-
Class org.osgi.service.dmt.security.AlertPermission
class AlertPermission extends Permission implements Serializable- serialVersionUID:
- -3206463101788245739L
-
Serialized Fields
-
isPrefix
boolean isPrefix
-
serverId
String serverId
-
-
Class org.osgi.service.dmt.security.DmtPermission
class DmtPermission extends Permission implements Serializable- serialVersionUID:
- -1910969921419407809L
-
Class org.osgi.service.dmt.security.DmtPrincipalPermission
class DmtPrincipalPermission extends Permission implements Serializable- serialVersionUID:
- 6388752177325038332L
-
Serialized Fields
-
isPrefix
boolean isPrefix
-
principal
String principal
-
-
-
Package org.osgi.service.enocean
-
Exception org.osgi.service.enocean.EnOceanException
class EnOceanException extends Exception implements Serializable- serialVersionUID:
- -2401739486671107362L
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
Package org.osgi.service.event
-
Class org.osgi.service.event.TopicPermission
class TopicPermission extends Permission implements Serializable- serialVersionUID:
- -5855563886961618300L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.onem2m
-
Exception org.osgi.service.onem2m.OneM2MException
class OneM2MException extends IOException implements Serializable- serialVersionUID:
- 7025371906099079000L
-
Serialized Fields
-
errorCode
int errorCode
-
-
-
Package org.osgi.service.prefs
-
Exception org.osgi.service.prefs.BackingStoreException
class BackingStoreException extends Exception implements Serializable- serialVersionUID:
- -1415637364122829574L
-
-
Package org.osgi.service.remoteserviceadmin
-
Class org.osgi.service.remoteserviceadmin.EndpointPermission
class EndpointPermission extends Permission implements Serializable- serialVersionUID:
- -7662148639076511574L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.resourcemonitoring
-
Exception org.osgi.service.resourcemonitoring.ResourceContextException
class ResourceContextException extends Exception implements Serializable- serialVersionUID:
- -7657961201425163167L
-
Exception org.osgi.service.resourcemonitoring.ResourceMonitorException
class ResourceMonitorException extends Exception implements Serializable- serialVersionUID:
- -8980805489250289689L
-
-
Package org.osgi.service.serial
-
Exception org.osgi.service.serial.SerialDeviceException
class SerialDeviceException extends Exception implements Serializable- serialVersionUID:
- -3575343159595283441L
-
Serialized Fields
-
type
int type
-
-
-
Package org.osgi.service.tr069todmt
-
Exception org.osgi.service.tr069todmt.TR069Exception
class TR069Exception extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dmtException
DmtException dmtException
-
faultCode
int faultCode
-
-
-
Package org.osgi.service.transaction.control
-
Exception org.osgi.service.transaction.control.ScopedWorkException
class ScopedWorkException extends RuntimeException implements Serializable- serialVersionUID:
- 4160254161503114842L
-
Exception org.osgi.service.transaction.control.TransactionException
class TransactionException extends RuntimeException implements Serializable- serialVersionUID:
- 5207030182661816993L
-
Exception org.osgi.service.transaction.control.TransactionRolledBackException
class TransactionRolledBackException extends TransactionException implements Serializable- serialVersionUID:
- -4144455511452441543L
-
-
Package org.osgi.service.typedevent
-
Class org.osgi.service.typedevent.TopicPermission
class TopicPermission extends Permission implements Serializable- serialVersionUID:
- -5855563886961618300L
-
Serialization Methods
-
readObject
readObject is called to restore the state of this permission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of this permission object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.upnp
-
Exception org.osgi.service.upnp.UPnPException
class UPnPException extends Exception implements Serializable- serialVersionUID:
- -262013318122195146L
-
Serialized Fields
-
errorCode
int errorCode
Key for an error information that is an int type variable and that is used to identify occurred errors.
-
-
-
Package org.osgi.service.useradmin
-
Class org.osgi.service.useradmin.UserAdminPermission
class UserAdminPermission extends BasicPermission implements Serializable- serialVersionUID:
- -1179971692401603789L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
writeObject is called to save the state of this object to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.wireadmin
-
Class org.osgi.service.wireadmin.WirePermission
class WirePermission extends BasicPermission implements Serializable- serialVersionUID:
- -5583709391516569321L
-
Serialization Methods
-
readObject
readObject is called to restore the state of the ServicePermission from a stream.- Throws:
IOException
ClassNotFoundException
-
writeObject
WriteObject is called to save the state of the ServicePermission to a stream. The actions are serialized, and the superclass takes care of the name.- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
The actions in canonical form.
-
-
-
Package org.osgi.service.zigbee
-
Exception org.osgi.service.zigbee.APSException
class APSException extends ZigBeeException implements Serializable- serialVersionUID:
- 5649912932079902597L
-
Exception org.osgi.service.zigbee.ZCLException
class ZCLException extends ZigBeeException implements Serializable- serialVersionUID:
- -7330626950388193679L
-
Exception org.osgi.service.zigbee.ZDPException
class ZDPException extends ZigBeeException implements Serializable- serialVersionUID:
- 2909437185484211441L
-
Exception org.osgi.service.zigbee.ZigBeeException
class ZigBeeException extends RuntimeException implements Serializable- serialVersionUID:
- -2147129696681024813L
-
Serialized Fields
-
errorCode
int errorCode
The error code associated to this exception.- See Also:
-
zigBeeErrorCode
int zigBeeErrorCode
The actual error code returned by the ZigBee node.- See Also:
-
-
-
Package org.osgi.util.converter
-
Exception org.osgi.util.converter.ConversionException
class ConversionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.osgi.util.promise
-
Exception org.osgi.util.promise.FailedPromisesException
class FailedPromisesException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failed
Collection<Promise<?>> failed
-
-
Exception org.osgi.util.promise.TimeoutException
class TimeoutException extends Exception implements Serializable- serialVersionUID:
- 1L
-