Serialized Form


Package info.dmtree

Class info.dmtree.DmtException extends Exception implements Serializable

serialVersionUID: -63006267148118655L

Serialized Fields

uri

String uri
The URI of the node on which the failed DMT operation was issued, or null if the operation was not associated with a node.


code

int code
The error code of the failure, one of the constants defined in this class.


message

String message
The message associated with the exception, or null if there is no error message.


causes

Throwable[] causes
The list of originating exceptions, or empty list or null if there are no originating exceptions.


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.

Class info.dmtree.DmtIllegalStateException extends RuntimeException implements Serializable

serialVersionUID: 2015244852018469700L


Package info.dmtree.security

Class info.dmtree.security.AlertPermission extends Permission implements Serializable

serialVersionUID: -3206463101788245739L

Serialized Fields

isPrefix

boolean isPrefix

serverId

String serverId

Class info.dmtree.security.DmtPermission extends Permission implements Serializable

serialVersionUID: -1910969921419407809L

Serialized Fields

prefixPath

boolean prefixPath

path

String path

mask

int mask

actions

String actions

Class info.dmtree.security.DmtPrincipalPermission extends Permission implements Serializable

serialVersionUID: 6388752177325038332L

Serialized Fields

isPrefix

boolean isPrefix

principal

String principal

Package java.io

Class java.io.CharConversionException extends IOException implements Serializable

Class java.io.EOFException extends IOException implements Serializable

Class java.io.File extends Object implements Serializable

Class java.io.FileNotFoundException extends IOException implements Serializable

Class java.io.FilePermission extends Permission implements Serializable

Class java.io.InterruptedIOException extends IOException implements Serializable

Serialized Fields

bytesTransferred

int bytesTransferred

Class java.io.InvalidClassException extends ObjectStreamException implements Serializable

Serialized Fields

classname

String classname

Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable

Class java.io.IOError extends Error implements Serializable

serialVersionUID: 67100927991680413L

Class java.io.IOException extends Exception implements Serializable

Class java.io.NotActiveException extends ObjectStreamException implements Serializable

Class java.io.NotSerializableException extends ObjectStreamException implements Serializable

Class java.io.ObjectStreamClass extends Object implements Serializable

Class java.io.ObjectStreamException extends IOException implements Serializable

Class java.io.OptionalDataException extends ObjectStreamException implements Serializable

Serialized Fields

eof

boolean eof

length

int length

Class java.io.SerializablePermission extends BasicPermission implements Serializable

Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable

Class java.io.SyncFailedException extends IOException implements Serializable

Class java.io.UnsupportedEncodingException extends IOException implements Serializable

Class java.io.UTFDataFormatException extends IOException implements Serializable

Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable

Serialized Fields

detail

Exception detail

Package java.lang

Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable

Class java.lang.ArithmeticException extends RuntimeException implements Serializable

Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class java.lang.ArrayStoreException extends RuntimeException implements Serializable

Class java.lang.AssertionError extends Error implements Serializable

Class java.lang.Boolean extends Object implements Serializable

Class java.lang.Byte extends Number implements Serializable

Class java.lang.Character extends Object implements Serializable

Class java.lang.Class extends Object implements Serializable

Class java.lang.ClassCastException extends RuntimeException implements Serializable

Class java.lang.ClassCircularityError extends LinkageError implements Serializable

Class java.lang.ClassFormatError extends LinkageError implements Serializable

Class java.lang.ClassNotFoundException extends Exception implements Serializable

Class java.lang.CloneNotSupportedException extends Exception implements Serializable

Class java.lang.Double extends Number implements Serializable

Class java.lang.Enum extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

readObjectNoData

private void readObjectNoData()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

ordinal

int ordinal

Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable

Serialized Fields

enumType

Class enumType

constantName

String constantName

Class java.lang.Error extends Throwable implements Serializable

Class java.lang.Exception extends Throwable implements Serializable

Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable

Class java.lang.Float extends Number implements Serializable

Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable

Class java.lang.IllegalAccessException extends Exception implements Serializable

Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable

Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable

Class java.lang.IllegalStateException extends RuntimeException implements Serializable

Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable

Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable

Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable

Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable

Class java.lang.InstantiationException extends Exception implements Serializable

Class java.lang.Integer extends Number implements Serializable

Class java.lang.InternalError extends VirtualMachineError implements Serializable

Class java.lang.InterruptedException extends Exception implements Serializable

Class java.lang.LinkageError extends Error implements Serializable

Class java.lang.Long extends Number implements Serializable

Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable

Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable

Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable

Class java.lang.NoSuchFieldException extends Exception implements Serializable

Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable

Class java.lang.NoSuchMethodException extends Exception implements Serializable

Class java.lang.NullPointerException extends RuntimeException implements Serializable

Class java.lang.Number extends Object implements Serializable

Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable

Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable

Class java.lang.RuntimeException extends Exception implements Serializable

Class java.lang.RuntimePermission extends BasicPermission implements Serializable

Class java.lang.SecurityException extends RuntimeException implements Serializable

Class java.lang.Short extends Number implements Serializable

Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013L

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Class java.lang.String extends Object implements Serializable

Class java.lang.StringBuffer extends Object implements Serializable

Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable

serialVersionUID: 4383685877147921099L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class java.lang.ThreadDeath extends Error implements Serializable

Class java.lang.Throwable extends Object implements Serializable

Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable

Serialized Fields

typeName

String typeName

Class java.lang.UnknownError extends VirtualMachineError implements Serializable

Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable

Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable

Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable

Class java.lang.VerifyError extends LinkageError implements Serializable

Class java.lang.VirtualMachineError extends Error implements Serializable


Package java.lang.reflect

Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable

Class java.lang.reflect.InvocationTargetException extends Exception implements Serializable

Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable

Class java.lang.reflect.Proxy extends Object implements Serializable

Serialized Fields

h

InvocationHandler h

Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable

Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable


Package java.math

Class java.math.BigDecimal extends Number implements Serializable

serialVersionUID: 6108874887143696463L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

intVal

BigInteger intVal

scale

int scale

Class java.math.BigInteger extends Number implements Serializable

Class java.math.MathContext extends Object implements Serializable

serialVersionUID: 5579720004786848255L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

precision

int precision

roundingMode

RoundingMode roundingMode

Package java.net

Class java.net.BindException extends SocketException implements Serializable

Class java.net.ConnectException extends SocketException implements Serializable

Class java.net.HttpRetryException extends IOException implements Serializable

Serialized Fields

responseCode

int responseCode

location

String location

Class java.net.Inet4Address extends InetAddress implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws ObjectStreamException
Throws:
ObjectStreamException

Class java.net.Inet6Address extends InetAddress implements Serializable

serialVersionUID: 6880410070516793377L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

ipaddress

byte[] ipaddress

scope_id

int scope_id

scope_id_set

boolean scope_id_set

scope_ifname_set

boolean scope_ifname_set

ifname

String ifname

Class java.net.InetAddress extends Object implements Serializable

Class java.net.InetSocketAddress extends SocketAddress implements Serializable

serialVersionUID: 5076001401234631237L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

InetAddress addr

port

int port

Class java.net.MalformedURLException extends IOException implements Serializable

Class java.net.NetPermission extends BasicPermission implements Serializable

Class java.net.NoRouteToHostException extends SocketException implements Serializable

Class java.net.PortUnreachableException extends SocketException implements Serializable

Class java.net.ProtocolException extends IOException implements Serializable

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketException extends IOException implements Serializable

Class java.net.SocketPermission extends Permission implements Serializable

Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable

Class java.net.UnknownHostException extends IOException implements Serializable

Class java.net.UnknownServiceException extends IOException implements Serializable

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

string

String string

Class java.net.URISyntaxException extends Exception implements Serializable

Serialized Fields

input

String input

index

int index

Class java.net.URL extends Object implements Serializable


Package java.security

Class java.security.AccessControlException extends SecurityException implements Serializable

Class java.security.AllPermission extends Permission implements Serializable

Class java.security.AuthProvider extends Provider implements Serializable

Class java.security.BasicPermission extends Permission implements Serializable

Class java.security.CodeSigner extends Object implements Serializable

serialVersionUID: 6819288105193937581L

Serialized Fields

signerCertPath

CertPath signerCertPath

timestamp

Timestamp timestamp

Class java.security.CodeSource extends Object implements Serializable

Class java.security.DigestException extends GeneralSecurityException implements Serializable

Class java.security.GeneralSecurityException extends Exception implements Serializable

Class java.security.GuardedObject extends Object implements Serializable

Class java.security.Identity extends Object implements Serializable

Class java.security.IdentityScope extends Identity implements Serializable

Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable

Class java.security.InvalidKeyException extends KeyException implements Serializable

Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable

Class java.security.KeyException extends GeneralSecurityException implements Serializable

Class java.security.KeyManagementException extends KeyException implements Serializable

Class java.security.KeyPair extends Object implements Serializable

Class java.security.KeyRep extends Object implements Serializable

serialVersionUID: -4757683898830641853L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

type

KeyRep.Type type

algorithm

String algorithm

format

String format

encoded

byte[] encoded

Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable

Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable

Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable

Class java.security.Permission extends Object implements Serializable

Class java.security.PermissionCollection extends Object implements Serializable

Class java.security.Permissions extends PermissionCollection implements Serializable

Class java.security.PrivilegedActionException extends Exception implements Serializable

Class java.security.Provider extends Properties implements Serializable

Class java.security.ProviderException extends RuntimeException implements Serializable

Class java.security.SecureRandom extends Random implements Serializable

Class java.security.SecureRandomSpi extends Object implements Serializable

Class java.security.SecurityPermission extends BasicPermission implements Serializable

Class java.security.SignatureException extends GeneralSecurityException implements Serializable

Class java.security.SignedObject extends Object implements Serializable

Class java.security.Signer extends Identity implements Serializable

Class java.security.Timestamp extends Object implements Serializable

serialVersionUID: -5502683707821851294L

Serialized Fields

timestamp

Date timestamp

signerCertPath

CertPath signerCertPath

Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable

serialVersionUID: -4527142945246286535L

Class java.security.UnrecoverableKeyException extends GeneralSecurityException implements Serializable

Class java.security.UnresolvedPermission extends Permission implements Serializable


Package java.security.acl

Class java.security.acl.AclNotFoundException extends Exception implements Serializable

Class java.security.acl.LastOwnerException extends Exception implements Serializable

Class java.security.acl.NotOwnerException extends Exception implements Serializable


Package java.security.cert

Class java.security.cert.Certificate extends Object implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable

Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable

Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable

Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable

Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable

Class java.security.cert.CertPath extends Object implements Serializable

serialVersionUID: 6068470306649138683L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

type

String type

Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable

serialVersionUID: 3015633072427920915L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

type

String type

data

byte[] data

Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable

serialVersionUID: 5316471420178794402L

Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable

serialVersionUID: -3083180014971893139L

Serialized Fields

index

int index

certPath

CertPath certPath

Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable

serialVersionUID: 2395296107471573245L

Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable

Class java.security.cert.X509Certificate extends Certificate implements Serializable


Package java.security.interfaces

Package java.security.spec

Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable

Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable


Package java.text

Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Throws:
InvalidObjectException

Class java.text.ChoiceFormat extends NumberFormat implements Serializable

Class java.text.DateFormat extends Format implements Serializable

Serialized Fields

calendar

Calendar calendar

numberFormat

NumberFormat numberFormat

Class java.text.DateFormatSymbols extends Object implements Serializable

Class java.text.DecimalFormat extends NumberFormat implements Serializable

Class java.text.DecimalFormatSymbols extends Object implements Serializable

Class java.text.Format extends Object implements Serializable

Class java.text.MessageFormat extends Format implements Serializable

Class java.text.NumberFormat extends Format implements Serializable

Class java.text.ParseException extends Exception implements Serializable

Class java.text.SimpleDateFormat extends DateFormat implements Serializable


Package java.util

Class java.util.ArrayDeque extends AbstractCollection implements Serializable

serialVersionUID: 2340985798034038923L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.ArrayList extends AbstractList implements Serializable

Class java.util.BitSet extends Object implements Serializable

Class java.util.Calendar extends Object implements Serializable

Serialized Fields

areFieldsSet

boolean areFieldsSet

fields

int[] fields

isSet

boolean[] isSet

isTimeSet

boolean isTimeSet

time

long time

Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable

Class java.util.Currency extends Object implements Serializable

serialVersionUID: -158308464356906721L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

Class java.util.Date extends Object implements Serializable

Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable

serialVersionUID: 18890531L

Serialized Fields

flags

String flags

Class java.util.EmptyStackException extends RuntimeException implements Serializable

Class java.util.EnumMap extends AbstractMap implements Serializable

serialVersionUID: 458661240069192865L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

keyType

Class keyType

Class java.util.EnumSet extends AbstractSet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()
Serialized Fields

elementType

Class elementType

universe

Enum<E extends Enum<E>>[] universe

Class java.util.EventObject extends Object implements Serializable

Serialized Fields

source

Object source

Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable

serialVersionUID: 19120414L

Serialized Fields

f

String f

c

char c

Class java.util.FormatterClosedException extends IllegalStateException implements Serializable

serialVersionUID: 18111216L

Class java.util.GregorianCalendar extends Calendar implements Serializable

Class java.util.HashMap extends AbstractMap implements Serializable

Class java.util.HashSet extends AbstractSet implements Serializable

Class java.util.Hashtable extends Dictionary implements Serializable

Class java.util.IdentityHashMap extends AbstractMap implements Serializable

serialVersionUID: 8188218128353913216L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable

serialVersionUID: 19080630L

Serialized Fields

c

int c

Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable

serialVersionUID: 17000126L

Serialized Fields

c

char c

arg

Class arg

Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: 18830826L

Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable

serialVersionUID: 790824L

Serialized Fields

flags

String flags

Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable

serialVersionUID: 18711008L

Serialized Fields

p

int p

Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable

serialVersionUID: 16660902L

Serialized Fields

w

int w

Class java.util.InputMismatchException extends NoSuchElementException implements Serializable

Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws NotSerializableException
Throws:
NotSerializableException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws NotSerializableException
Throws:
NotSerializableException

Class java.util.LinkedHashMap extends HashMap implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet extends HashSet implements Serializable

serialVersionUID: -2851667679971038690L

Class java.util.LinkedList extends AbstractSequentialList implements Serializable

Class java.util.Locale extends Object implements Serializable

Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable

serialVersionUID: 19190115L

Serialized Fields

s

String s

Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable

serialVersionUID: 15560123L

Serialized Fields

s

String s

Class java.util.MissingResourceException extends RuntimeException implements Serializable

Class java.util.NoSuchElementException extends RuntimeException implements Serializable

Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

comparator

Comparator comparator

Class java.util.Properties extends Hashtable implements Serializable

Serialized Fields

defaults

Properties defaults

Class java.util.PropertyPermission extends BasicPermission implements Serializable

Class java.util.Random extends Object implements Serializable

Class java.util.ServiceConfigurationError extends Error implements Serializable

serialVersionUID: 74132770414881L

Class java.util.SimpleTimeZone extends TimeZone implements Serializable

Class java.util.Stack extends Vector implements Serializable

Class java.util.TimeZone extends Object implements Serializable

Class java.util.TooManyListenersException extends Exception implements Serializable

Class java.util.TreeMap extends AbstractMap implements Serializable

Class java.util.TreeSet extends AbstractSet implements Serializable

Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable

serialVersionUID: 19060418L

Serialized Fields

s

String s

Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable

serialVersionUID: 19370506L

Serialized Fields

flags

String flags

Class java.util.UUID extends Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Class java.util.Vector extends AbstractList implements Serializable

Serialized Fields

elementCount

int elementCount

elementData

Object[] elementData

capacityIncrement

int capacityIncrement

Package java.util.jar

Class java.util.jar.JarException extends ZipException implements Serializable


Package java.util.zip

Class java.util.zip.DataFormatException extends Exception implements Serializable

Class java.util.zip.ZipError extends InternalError implements Serializable

serialVersionUID: 853973422266861979L

Class java.util.zip.ZipException extends IOException implements Serializable


Package javax.microedition.io

Class javax.microedition.io.ConnectionNotFoundException extends IOException implements Serializable


Package javax.servlet

Class javax.servlet.GenericServlet extends Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends javax.servlet.ServletContextEvent implements Serializable

Serialized Fields

name

String name

value

Object value

Class javax.servlet.ServletContextEvent extends EventObject implements Serializable

Class javax.servlet.ServletException extends Exception implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class javax.servlet.ServletRequestAttributeEvent extends javax.servlet.ServletRequestEvent implements Serializable

Serialized Fields

name

String name

value

Object value

Class javax.servlet.ServletRequestEvent extends EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds

Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends EventObject implements Serializable

Serialized Fields

name

String name

Class javax.servlet.http.HttpSessionEvent extends EventObject implements Serializable


Package org.apache.felix.deployment.rp.autoconf

Class org.apache.felix.deployment.rp.autoconf.AutoConfResource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_pid

String m_pid

m_factoryPid

String m_factoryPid

m_properties

Dictionary m_properties

m_bundleLoc

String m_bundleLoc

m_merge

boolean m_merge

m_name

String m_name

m_alias

String m_alias

Package org.apache.felix.framework.resolver

Class org.apache.felix.framework.resolver.ResolveException extends RuntimeException implements Serializable

Serialized Fields

m_module

Module m_module

m_req

Requirement m_req

Class org.apache.felix.framework.resolver.ResourceNotFoundException extends Exception implements Serializable


Package org.apache.felix.gogo.runtime

Class org.apache.felix.gogo.runtime.CommandNotFoundException extends IllegalArgumentException implements Serializable

Serialized Fields

command

String command

Class org.apache.felix.gogo.runtime.EOFError extends SyntaxError implements Serializable

serialVersionUID: 1L

Class org.apache.felix.gogo.runtime.SyntaxError extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

line

int line

column

int column

Package org.apache.felix.http.base.internal

Class org.apache.felix.http.base.internal.DispatcherServlet extends HttpServlet implements Serializable

Serialized Fields

controller

HttpServiceController controller

Package org.apache.felix.http.base.internal.service

Class org.apache.felix.http.base.internal.service.ResourceServlet extends HttpServlet implements Serializable

Serialized Fields

path

String path

Package org.apache.felix.http.proxy

Class org.apache.felix.http.proxy.ProxyServlet extends HttpServlet implements Serializable

Serialized Fields

tracker

DispatcherTracker tracker

Package org.apache.felix.http.samples.filter

Class org.apache.felix.http.samples.filter.TestServlet extends HttpServlet implements Serializable

Serialized Fields

name

String name

Package org.apache.felix.http.samples.whiteboard

Class org.apache.felix.http.samples.whiteboard.TestServlet extends HttpServlet implements Serializable

Serialized Fields

name

String name

Package org.apache.felix.ipojo

Class org.apache.felix.ipojo.ConfigurationException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

m_type

String m_type
The component type on which the error occurs. Uses the factory name.

Class org.apache.felix.ipojo.MissingHandlerException extends Exception implements Serializable

serialVersionUID: 5047792897590881478L

Serialized Fields

m_message

String m_message
The message.

Class org.apache.felix.ipojo.UnacceptableConfiguration extends Exception implements Serializable

serialVersionUID: 2998931848886223965L


Package org.apache.felix.ipojo.composite.service.provides

Class org.apache.felix.ipojo.composite.service.provides.CompositionException extends Exception implements Serializable

serialVersionUID: -3063353267573738105L


Package org.apache.felix.ipojo.context

Class org.apache.felix.ipojo.context.StringMap extends TreeMap implements Serializable

serialVersionUID: 6948801857034259744L


Package org.apache.felix.ipojo.junit4osgi.command

Class org.apache.felix.ipojo.junit4osgi.command.ResultCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Class org.apache.felix.ipojo.junit4osgi.command.ResultTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_results

 m_results
List of results.

Class org.apache.felix.ipojo.junit4osgi.command.SwingRunner extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_context

BundleContext m_context
Bundle context (to register the bundle listener).


m_runner

OSGiJunitRunner m_runner
OSGi Junit Runner Service.


m_running

boolean m_running
State variable describing if we are executing tests.


m_allButton

JButton m_allButton

m_executeButton

JButton m_executeButton

m_executedResults

JLabel m_executedResults

m_message

JScrollPane m_message

m_messageArea

JTextArea m_messageArea

m_ok

JButton m_ok

m_panel

JPanel m_panel

m_progress

JProgressBar m_progress

m_resultDialog

JDialog m_resultDialog

m_resultScroll

JScrollPane m_resultScroll

m_resultTable

JTable m_resultTable

m_statusBar

JPanel m_statusBar

m_suiteList

JList m_suiteList

m_suiteScroll

JScrollPane m_suiteScroll

Class org.apache.felix.ipojo.junit4osgi.command.TestListModel extends AbstractListModel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_list

 m_list
List of TestRecord.


Package org.apache.felix.ipojo.junit4osgi.plugin

Class org.apache.felix.ipojo.junit4osgi.plugin.StringOutputStream extends OutputStream implements Serializable

serialVersionUID: -5912060965986156224L

Serialized Fields

m_buffer

StringBuffer m_buffer
The internal destination StringBuffer.


Package org.apache.felix.ipojo.parser

Class org.apache.felix.ipojo.parser.ParseException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.felix.ipojo.util

Class org.apache.felix.ipojo.util.ServiceReferenceRankingComparator extends Object implements Serializable

serialVersionUID: 1L


Package org.apache.felix.ipojo.webconsole

Class org.apache.felix.ipojo.webconsole.IPOJOPlugin extends AbstractWebConsolePlugin implements Serializable

Serialized Fields

INSTANCES

String INSTANCES
Template : Instance list.


FACTORIES

String FACTORIES
Template : Factory list.


HANDLERS

String HANDLERS
Template : Handler list.


FACTORY_DETAILS

String FACTORY_DETAILS
Template : Factory details.


INSTANCE_DETAILS

String INSTANCE_DETAILS
Template : Instance details.


m_label

String m_label
Label used by the web console.


m_title

String m_title
Title used by the web console.


m_css

String[] m_css
CSS files used by the plugin.


m_archs

 m_archs
List of available Architecture service.


m_factories

 m_factories
List of available Factories.


m_handlers

 m_handlers
List of available Handler Factories.


Package org.apache.felix.ipojo.xml.parser

Class org.apache.felix.ipojo.xml.parser.ParseException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.felix.jmood.core

Class org.apache.felix.jmood.core.BundleNotAvailableException extends Exception implements Serializable

Class org.apache.felix.jmood.core.NotImplementedException extends Exception implements Serializable

Class org.apache.felix.jmood.core.ServiceNotAvailableException extends Exception implements Serializable


Package org.apache.felix.jmood.core.instrumentation

Class org.apache.felix.jmood.core.instrumentation.BundleInfo extends Object implements Serializable

Serialized Fields

startLevel

int startLevel

state

String state

registeredServices

ServiceInfo[] registeredServices

servicesInUse

ServiceInfo[] servicesInUse

headers

Hashtable headers

bundleId

long bundleId

exportedPackages

PackageInfo[] exportedPackages

importedPackages

PackageInfo[] importedPackages

fragments

BundleInfo[] fragments

hosts

BundleInfo[] hosts

requiredBundles

BundleInfo[] requiredBundles

requiringBundles

BundleInfo[] requiringBundles

lastModified

long lastModified

symbolicName

String symbolicName

bundlePersistentlyStarted

boolean bundlePersistentlyStarted

removalPending

boolean removalPending

required

boolean required

fragment

boolean fragment

Class org.apache.felix.jmood.core.instrumentation.PackageInfo extends Object implements Serializable

Serialized Fields

exportingBundle

BundleInfo exportingBundle

importingBundles

BundleInfo[] importingBundles

name

String name

version

String version

removalPending

boolean removalPending

Class org.apache.felix.jmood.core.instrumentation.ServiceInfo extends Object implements Serializable

Serialized Fields

bundle

BundleInfo bundle

usingBundles

BundleInfo[] usingBundles

properties

Hashtable properties

Package org.apache.felix.mosgi.console.component

Class org.apache.felix.mosgi.console.component.JtableCellRenderer extends JLabel implements Serializable

Serialized Fields

eventName

Hashtable eventName

Class org.apache.felix.mosgi.console.component.JtreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

isLeaf

boolean isLeaf

rl_jtree

RemoteLogger_jtree rl_jtree

Class org.apache.felix.mosgi.console.component.MyTree extends JTree implements Serializable

Class org.apache.felix.mosgi.console.component.RemoteLogger_jtable extends DefaultTableModel implements Serializable

Serialized Fields

logList

JTable logList

jb_save

JButton jb_save

columnToolTips

String[] columnToolTips

jbPanel

JPanel jbPanel

jp

JPanel jp

nodes

Hashtable nodes

Class org.apache.felix.mosgi.console.component.RemoteLogger_jtree extends DefaultTreeModel implements Serializable

Serialized Fields

oldLogChoice

String oldLogChoice

ht_connectedGateway

Hashtable ht_connectedGateway

ht_logLvl

Hashtable ht_logLvl

v_ul

Vector v_ul

logTree

MyTree logTree

selPath

TreePath selPath

jp

JPanel jp

rootNode

DefaultMutableTreeNode rootNode

jsb_horizontal

JScrollBar jsb_horizontal

jsb_vertical

JScrollBar jsb_vertical

Package org.apache.felix.mosgi.console.gui

Class org.apache.felix.mosgi.console.gui.CommonPanel extends JTabbedPane implements Serializable

Serialized Fields

beanEventBroadcaster

Activator beanEventBroadcaster

Class org.apache.felix.mosgi.console.gui.Gateway extends javax.management.remote.JMXServiceURL implements Serializable

Serialized Fields

jmxc

javax.management.remote.JMXConnector jmxc

mbsc

javax.management.MBeanServerConnection mbsc

nickname

String nickname

parentGateway

Gateway parentGateway

toolTipText

String toolTipText

isConnected

boolean isConnected

Class org.apache.felix.mosgi.console.gui.NodeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

iconConnected

ImageIcon iconConnected

iconStopped

ImageIcon iconStopped

nodesTree

NodesTree nodesTree

Class org.apache.felix.mosgi.console.gui.NodePanel extends JTabbedPane implements Serializable

Serialized Fields

a

Activator a

m_context

BundleContext m_context

pluginList

Hashtable pluginList

Class org.apache.felix.mosgi.console.gui.NodesTree extends JPanel implements Serializable

Serialized Fields

activator

Activator activator

tree

JTree tree

dtm

DefaultTreeModel dtm

top

DefaultMutableTreeNode top

jb_addNode

JButton jb_addNode

jb_removeNode

JButton jb_removeNode

jtf_pool

JTextField jtf_pool

jb_refresh

JButton jb_refresh

cont

boolean cont

pt

org.apache.felix.mosgi.console.gui.NodesTree.PoolingThread pt

isAllNodesConnected

boolean isAllNodesConnected

Package org.apache.felix.mosgi.jmx.agent.mx4j

Class org.apache.felix.mosgi.jmx.agent.mx4j.ImplementationException extends RuntimeException implements Serializable


Package org.apache.felix.mosgi.jmx.agent.mx4j.loading

Class org.apache.felix.mosgi.jmx.agent.mx4j.loading.MLetParseException extends Exception implements Serializable


Package org.apache.felix.mosgi.jmx.agent.mx4j.server

Class org.apache.felix.mosgi.jmx.agent.mx4j.server.DefaultClassLoaderRepository extends ModifiableClassLoaderRepository implements Serializable

Serialized Fields

classLoaders

ArrayList classLoaders

Class org.apache.felix.mosgi.jmx.agent.mx4j.server.MX4JMBeanServer extends Object implements Serializable

Serialized Fields

defaultDomain

String defaultDomain

mbeanRepository

MBeanRepository mbeanRepository

delegate

javax.management.MBeanServerDelegate delegate

delegateName

javax.management.ObjectName delegateName

introspector

MBeanIntrospector introspector

invoker

MBeanServerInterceptorConfigurator invoker

classLoaderRepository

ModifiableClassLoaderRepository classLoaderRepository

domains

Map domains

Package org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http

Class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpException extends IOException implements Serializable

Serialized Fields

code

int code
Error code


Package org.apache.felix.mosgi.jmx.remotelogger

Class org.apache.felix.mosgi.jmx.remotelogger.Logger extends javax.management.NotificationBroadcasterSupport implements Serializable

Serialized Fields

mbean_sr

ServiceRegistration mbean_sr

version

String version

lrs

LogReaderService lrs

bc

BundleContext bc

logMutex

Object logMutex

logLvl

Integer logLvl

remoteLoggerON

javax.management.ObjectName remoteLoggerON

Package org.apache.felix.mosgi.managedelements.bundlesprobes.tab

Class org.apache.felix.mosgi.managedelements.bundlesprobes.tab.BundlesProbesModelTabUI extends DefaultTableModel implements Serializable

Serialized Fields

mbsc

javax.management.MBeanServerConnection mbsc

eventName

Hashtable eventName

osgiON

javax.management.ObjectName osgiON

Class org.apache.felix.mosgi.managedelements.bundlesprobes.tab.BundlesProbesTabUI extends JPanel implements Serializable

Serialized Fields

table

JTable table

urlTextField

JTextField urlTextField

installButton

JButton installButton

startButton

JButton startButton

stopButton

JButton stopButton

updateButton

JButton updateButton

refreshButton

JButton refreshButton

uninstallButton

JButton uninstallButton

panelModel

BundlesProbesModelTabUI panelModel

m_context

BundleContext m_context

sreg

ServiceRegistration sreg

mbsc

javax.management.MBeanServerConnection mbsc

Package org.apache.felix.mosgi.managedelements.obrprobe.tab

Class org.apache.felix.mosgi.managedelements.obrprobe.tab.ObrProbeTabUI extends JPanel implements Serializable

Serialized Fields

mbsc

javax.management.MBeanServerConnection mbsc

m_context

BundleContext m_context

m_brsRef

ServiceReference m_brsRef

m_brs

RepositoryAdmin m_brs

m_urlField

JTextField m_urlField

m_refreshButton

JButton m_refreshButton

m_bundleTable

JTable m_bundleTable

m_startAllButton

JButton m_startAllButton

m_infoButton

JButton m_infoButton

osgiON

javax.management.ObjectName osgiON

m_out

PrintStream m_out

sreg

ServiceRegistration sreg

Package org.apache.felix.mosgi.managedelements.osgiprobes.tab

Class org.apache.felix.mosgi.managedelements.osgiprobes.tab.OsgiProbesTabUI extends JPanel implements Serializable

Serialized Fields

headers

String[] headers

innerTable

JTable innerTable

m_context

BundleContext m_context

sreg

ServiceRegistration sreg

Package org.apache.felix.scr.impl.helper

Class org.apache.felix.scr.impl.helper.SuitableMethodNotAccessibleException extends Exception implements Serializable


Package org.apache.felix.scr.impl.parser

Class org.apache.felix.scr.impl.parser.ParseException extends Exception implements Serializable

Serialized Fields

m_originalException

Exception m_originalException

Package org.apache.felix.servicebinder

Class org.apache.felix.servicebinder.InstanceReferenceEvent extends EventObject implements Serializable

serialVersionUID: 189791898139565080L

Class org.apache.felix.servicebinder.ServiceBinderException extends Exception implements Serializable

serialVersionUID: 2819108687170297942L


Package org.apache.felix.servicebinder.parser

Class org.apache.felix.servicebinder.parser.ParseException extends Exception implements Serializable

serialVersionUID: -2658823754557277056L


Package org.apache.felix.shell.gui.impl

Class org.apache.felix.shell.gui.impl.ShellPanel extends JPanel implements Serializable

Serialized Fields

m_activator

Activator m_activator

m_emptyPanel

JPanel m_emptyPanel

m_pluginList

JList m_pluginList

m_selectedPlugin

Plugin m_selectedPlugin

m_runnable

Runnable m_runnable

Package org.apache.felix.shell.gui.plugin

Class org.apache.felix.shell.gui.plugin.BundleListPlugin extends JPanel implements Serializable

Serialized Fields

m_context

BundleContext m_context

m_urlField

JTextField m_urlField

m_installButton

JButton m_installButton

m_bundleTable

JTable m_bundleTable

m_startButton

JButton m_startButton

m_stopButton

JButton m_stopButton

m_updateButton

JButton m_updateButton

m_refreshButton

JButton m_refreshButton

m_uninstallButton

JButton m_uninstallButton

m_shutdownButton

JButton m_shutdownButton

Class org.apache.felix.shell.gui.plugin.OBRPlugin extends JPanel implements Serializable

Serialized Fields

m_context

BundleContext m_context

m_repoRef

ServiceReference m_repoRef

m_repoAdmin

RepositoryAdmin m_repoAdmin

m_rootNode

org.apache.felix.shell.gui.plugin.OBRPlugin.SimpleTreeNode m_rootNode

m_createRootRunnable

org.apache.felix.shell.gui.plugin.OBRPlugin.CreateRootRunnable m_createRootRunnable

m_setRootRunnable

org.apache.felix.shell.gui.plugin.OBRPlugin.SetRootRunnable m_setRootRunnable

m_addRepoButton

JButton m_addRepoButton

m_removeRepoButton

JButton m_removeRepoButton

m_refreshRepoButton

JButton m_refreshRepoButton

m_bundleTree

JTree m_bundleTree

m_deployButton

JButton m_deployButton

m_startButton

JButton m_startButton

m_infoButton

JButton m_infoButton

m_soa

ScrollableOutputArea m_soa

m_clearButton

JButton m_clearButton

m_out

PrintStream m_out

Class org.apache.felix.shell.gui.plugin.ScrollableOutputArea extends JScrollPane implements Serializable

Serialized Fields

m_textArea

JTextArea m_textArea

Class org.apache.felix.shell.gui.plugin.ShellPlugin extends JPanel implements Serializable

Serialized Fields

m_context

BundleContext m_context

m_out

PrintStream m_out

m_commandField

JTextField m_commandField

m_history

String[] m_history

m_historyCount

int m_historyCount

m_current

int m_current

m_soa

ScrollableOutputArea m_soa

Package org.apache.felix.upnp.sample.binaryLight

Class org.apache.felix.upnp.sample.binaryLight.LightUI extends JFrame implements Serializable

Serialized Fields

label

JLabel label

model

LightModel model

btnSwitch

JButton btnSwitch

btnFailure

JButton btnFailure

Package org.apache.felix.upnp.sample.clock

Class org.apache.felix.upnp.sample.clock.ClockFrame extends JFrame implements Serializable

Serialized Fields

clockDev

ClockDevice clockDev

clockPane

ClockPane clockPane

timerThread

Thread timerThread

Class org.apache.felix.upnp.sample.clock.ClockPane extends JPanel implements Serializable

Serialized Fields

panelmage

BufferedImage panelmage

timeFont

Font timeFont

dateFont

Font dateFont

secondFont

Font secondFont

Package org.apache.felix.upnp.sample.tv

Class org.apache.felix.upnp.sample.tv.TvFrame extends JFrame implements Serializable

Serialized Fields

tvDev

TvDevice tvDev

tvPane

TvPane tvPane

timerThread

Thread timerThread

Class org.apache.felix.upnp.sample.tv.TvPane extends JPanel implements Serializable

Serialized Fields

tvDev

TvDevice tvDev

panelmage

BufferedImage panelmage

tvOnImage

BufferedImage tvOnImage

timeFont

Font timeFont

Package org.apache.felix.upnp.tester

Class org.apache.felix.upnp.tester.test extends JFrame implements Serializable

Serialized Fields

image

Image image

Package org.apache.felix.upnp.tester.gui

Class org.apache.felix.upnp.tester.gui.ActionPanel extends JPanel implements Serializable

Serialized Fields

action

UPnPAction action

argsModel

org.apache.felix.upnp.tester.gui.ArgumentsModel argsModel

table

org.apache.felix.upnp.tester.gui.MyTable table

buttonPanel

JPanel buttonPanel

outArgsModel

org.apache.felix.upnp.tester.gui.OutputArgumentsModel outArgsModel

outTable

JTable outTable

Class org.apache.felix.upnp.tester.gui.LogPanel extends JPanel implements Serializable

Class org.apache.felix.upnp.tester.gui.PropertiesViewer extends JPanel implements Serializable

Serialized Fields

actionsPanel

ActionPanel actionsPanel

subscriptionPanel

SubscriptionPanel subscriptionPanel

dataModel

org.apache.felix.upnp.tester.gui.DataModel dataModel

table

JTable table

Class org.apache.felix.upnp.tester.gui.SubscriptionPanel extends JPanel implements Serializable

Serialized Fields

subscriber

UPnPSubscriber subscriber

Class org.apache.felix.upnp.tester.gui.TreeViewer extends JPanel implements Serializable

Serialized Fields

root

UPnPDeviceTreeNode root

treeModel

DefaultTreeModel treeModel

tree

JTree tree

popup

org.apache.felix.upnp.tester.gui.TreePopup popup

Class org.apache.felix.upnp.tester.gui.UPnPDeviceTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

category

String category

Package org.apache.felix.useradmin.impl

Class org.apache.felix.useradmin.impl.GroupImpl extends UserImpl implements Serializable

serialVersionUID: -6218617211170379394L

Serialized Fields

members

Vector members

requiredMembers

Vector requiredMembers

Class org.apache.felix.useradmin.impl.RoleCredentials extends RoleProperties implements Serializable

serialVersionUID: 8503492916531864487L

Class org.apache.felix.useradmin.impl.RoleImpl extends Object implements Serializable

serialVersionUID: -4157076907548034363L

Serialized Fields

version

long version
role version.


name

String name
role name.


properties

Dictionary properties
role properties.

Class org.apache.felix.useradmin.impl.RoleProperties extends Hashtable implements Serializable

serialVersionUID: -2989683398828827588L

Serialized Fields

role

RoleImpl role

Class org.apache.felix.useradmin.impl.UserImpl extends RoleImpl implements Serializable

serialVersionUID: 9207444218182653967L

Serialized Fields

credentials

Dictionary credentials
this variable represents user credentials.


Package org.apache.felix.webconsole

Class org.apache.felix.webconsole.AbstractWebConsolePlugin extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

getResourceMethod

Method getResourceMethod
The reference to the getResource method provided by the AbstractWebConsolePlugin.getResourceProvider(). This is null if there is none or before the first check if there is one.

See Also:
AbstractWebConsolePlugin.getGetResourceMethod()

getResourceMethodChecked

boolean getResourceMethodChecked
flag indicating whether the getResource method has already been looked up or not. This prevens the AbstractWebConsolePlugin.getGetResourceMethod() method from repeatedly looking up the resource method on plugins which do not have one.


bundleContext

BundleContext bundleContext

Class org.apache.felix.webconsole.DefaultVariableResolver extends HashMap implements Serializable

serialVersionUID: 4148807223433047780L

Class org.apache.felix.webconsole.SimpleWebConsolePlugin extends AbstractWebConsolePlugin implements Serializable

serialVersionUID: 1500463493078823878L

Serialized Fields

label

String label

title

String title

css

String[] css

labelRes

String labelRes

labelResLen

int labelResLen

regLock

Object regLock

reg

ServiceRegistration reg

services

Map services

Package org.apache.felix.webconsole.internal

Class org.apache.felix.webconsole.internal.WebConsolePluginAdapter extends AbstractWebConsolePlugin implements Serializable

serialVersionUID: 1L

Serialized Fields

label

String label

plugin

Servlet plugin

cssReferences

String[] cssReferences

Package org.apache.felix.webconsole.internal.compendium

Class org.apache.felix.webconsole.internal.compendium.ComponentsServlet extends SimpleWebConsolePlugin implements Serializable

serialVersionUID: 1L

Serialized Fields

TEMPLATE

String TEMPLATE

Class org.apache.felix.webconsole.internal.compendium.ConfigManager extends org.apache.felix.webconsole.internal.compendium.ConfigManagerBase implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Class org.apache.felix.webconsole.internal.compendium.LogServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Package org.apache.felix.webconsole.internal.core

Class org.apache.felix.webconsole.internal.core.BundlesServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

bootPkgs

String[] bootPkgs

bootPkgWildcards

boolean[] bootPkgWildcards

configurationPrinter

ServiceRegistration configurationPrinter

TEMPLATE_MAIN

String TEMPLATE_MAIN

Class org.apache.felix.webconsole.internal.core.ServicesServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Package org.apache.felix.webconsole.internal.deppack

Class org.apache.felix.webconsole.internal.deppack.DepPackServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Package org.apache.felix.webconsole.internal.misc

Class org.apache.felix.webconsole.internal.misc.ConfigurationRender extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

resourceBundleManager

ResourceBundleManager resourceBundleManager
The resource bundle manager to allow for status printer title localization


cfgPrinterTracker

ServiceTracker cfgPrinterTracker

cfgPrinterTrackerCount

int cfgPrinterTrackerCount

configurationPrinters

ArrayList configurationPrinters

Class org.apache.felix.webconsole.internal.misc.LicenseServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Class org.apache.felix.webconsole.internal.misc.ShellServlet extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

Package org.apache.felix.webconsole.internal.obr

Class org.apache.felix.webconsole.internal.obr.BundleRepositoryRender extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TEMPLATE

String TEMPLATE

helper

org.apache.felix.webconsole.internal.obr.AbstractBundleRepositoryRenderHelper helper

Package org.apache.felix.webconsole.internal.servlet

Class org.apache.felix.webconsole.internal.servlet.OsgiManager extends GenericServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleContext

BundleContext bundleContext

httpServiceTracker

org.apache.felix.webconsole.internal.servlet.OsgiManager.HttpServiceTracker httpServiceTracker

httpService

HttpService httpService

holder

org.apache.felix.webconsole.internal.servlet.PluginHolder holder

brandingTracker

ServiceTracker brandingTracker

securityProviderTracker

ServiceTracker securityProviderTracker

configurationListener

ServiceRegistration configurationListener

osgiManagerPlugins

List osgiManagerPlugins

webManagerRoot

String webManagerRoot

httpServletRegistered

boolean httpServletRegistered

httpResourcesRegistered

boolean httpResourcesRegistered

configuration

Dictionary configuration

configuredLocale

Locale configuredLocale

enabledPlugins

Set enabledPlugins

resourceBundleManager

ResourceBundleManager resourceBundleManager

logLevel

int logLevel

langMap

Map langMap

Package org.apache.felix.webconsole.internal.system

Class org.apache.felix.webconsole.internal.system.VMStatPlugin extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

TPL_VM_MAIN

String TPL_VM_MAIN

TPL_VM_STOP

String TPL_VM_STOP

TPL_VM_RESTART

String TPL_VM_RESTART

Package org.apache.felix.webconsole.plugins.event.internal

Class org.apache.felix.webconsole.plugins.event.internal.PluginServlet extends HttpServlet implements Serializable

Serialized Fields

collector

EventCollector collector
The event collector.


eventAdminAvailable

boolean eventAdminAvailable
Is the event admin available?


configAdminAvailable

boolean configAdminAvailable
Is the config admin available?


TEMPLATE

String TEMPLATE

Package org.apache.felix.webconsole.plugins.upnp.internal

Class org.apache.felix.webconsole.plugins.upnp.internal.ControlServlet extends HttpServlet implements Serializable

Serialized Fields

icons

HashMap icons

sessions

HashMap sessions

tracker

ServiceTracker tracker

bc

BundleContext bc

Class org.apache.felix.webconsole.plugins.upnp.internal.WebConsolePlugin extends SimpleWebConsolePlugin implements Serializable

Serialized Fields

tracker

ServiceTracker tracker

controller

ControlServlet controller

TEMPLATE

String TEMPLATE

Package org.apache.felix.wireadmin

Class org.apache.felix.wireadmin.WireImpl extends Object implements Serializable

serialVersionUID: -3637966367104019136L

Serialized Fields

m_producerPID

String m_producerPID

m_consumerPID

String m_consumerPID

m_properties

Dictionary m_properties

Package org.osgi.application

Class org.osgi.application.ApplicationServiceEvent extends ServiceEvent implements Serializable

serialVersionUID: -4762149286971897323L

Serialized Fields

serviceObject

Object serviceObject

Package org.osgi.framework

Class org.osgi.framework.AdminPermission extends BasicPermission implements Serializable

serialVersionUID: 307051004521261705L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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.

 

Class org.osgi.framework.BundleEvent extends EventObject implements Serializable

serialVersionUID: 4080640865971756012L

Serialized Fields

bundle

Bundle bundle
Bundle that had a change occur in its lifecycle.


type

int type
Type of bundle lifecycle change.

Class org.osgi.framework.BundleException extends Exception implements Serializable

serialVersionUID: 3571095144220455665L

Serialized Fields

type

int type
Type of bundle exception.

Since:
1.5

Class org.osgi.framework.BundlePermission extends BasicPermission implements Serializable

serialVersionUID: 3257846601685873716L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of the BundlePermission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
WriteObject is called to save the state of the BundlePermission 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.

 

Class org.osgi.framework.FrameworkEvent extends EventObject implements Serializable

serialVersionUID: 207051004521261705L

Serialized Fields

bundle

Bundle bundle
Bundle related to the event.


throwable

Throwable throwable
Exception related to the event.


type

int type
Type of event.

Class org.osgi.framework.InvalidSyntaxException extends Exception implements Serializable

serialVersionUID: -4295194420816491875L

Serialized Fields

filter

String filter
The invalid filter string.

Class org.osgi.framework.PackagePermission extends BasicPermission implements Serializable

serialVersionUID: -5107705877071099135L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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.

 

Class org.osgi.framework.ServiceEvent extends EventObject implements Serializable

serialVersionUID: 8792901483909409299L

Serialized Fields

reference

ServiceReference reference
Reference to the service that had a change occur in its lifecycle.


type

int type
Type of service lifecycle change.

Class org.osgi.framework.ServiceException extends RuntimeException implements Serializable

serialVersionUID: 3038963223712959631L

Serialized Fields

type

int type
Type of service exception.

Class org.osgi.framework.ServicePermission extends BasicPermission implements Serializable

serialVersionUID: -7662148639076511574L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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.application

Class org.osgi.service.application.ApplicationAdminPermission extends Permission implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationDescriptor

ApplicationDescriptor applicationDescriptor

applicationID

String applicationID

actionsVector

Vector actionsVector

filter

String filter

actions

String actions

appliedFilter

Filter appliedFilter

Class org.osgi.service.application.ApplicationException extends Exception implements Serializable

serialVersionUID: -7173190453622508207L

Serialized Fields

errorCode

int errorCode

Package org.osgi.service.blueprint.container

Class org.osgi.service.blueprint.container.ComponentDefinitionException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.osgi.service.blueprint.container.NoSuchComponentException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

componentId

String componentId
The requested component id that generated the exception.

Class org.osgi.service.blueprint.container.ServiceUnavailableException extends ServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

String filter
The filter string associated with the exception.


Package org.osgi.service.cm

Class org.osgi.service.cm.ConfigurationException extends Exception implements Serializable

serialVersionUID: -1690090413441769377L

Serialized Fields

property

String property

reason

String reason

Class org.osgi.service.cm.ConfigurationPermission extends BasicPermission implements Serializable

serialVersionUID: 5716868734811965383L


Package org.osgi.service.component

Class org.osgi.service.component.ComponentException extends RuntimeException implements Serializable

serialVersionUID: -7438212656298726924L


Package org.osgi.service.deploymentadmin

Class org.osgi.service.deploymentadmin.DeploymentAdminPermission extends Permission implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

Permission delegate

Class org.osgi.service.deploymentadmin.DeploymentException extends Exception implements Serializable

serialVersionUID: 916011169146851101L

Serialized Fields

code

int code

Package org.osgi.service.deploymentadmin.spi

Class org.osgi.service.deploymentadmin.spi.DeploymentCustomizerPermission extends Permission implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

Permission delegate

Class org.osgi.service.deploymentadmin.spi.ResourceProcessorException extends Exception implements Serializable

serialVersionUID: 9135007015668223386L

Serialized Fields

code

int code

Package org.osgi.service.event

Class org.osgi.service.event.TopicPermission extends Permission implements Serializable

serialVersionUID: -5855563886961618300L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of this permission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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.http

Class org.osgi.service.http.NamespaceException extends Exception implements Serializable

serialVersionUID: 7235606031147877747L


Package org.osgi.service.monitor

Class org.osgi.service.monitor.MonitorPermission extends Permission implements Serializable

serialVersionUID: -9084425194463274314L

Serialized Fields

monId

String monId

varId

String varId

prefixMonId

boolean prefixMonId

prefixVarId

boolean prefixVarId

mask

int mask

minJobInterval

int minJobInterval

Package org.osgi.service.obr

Class org.osgi.service.obr.RepositoryPermission extends BasicPermission implements Serializable


Package org.osgi.service.prefs

Class org.osgi.service.prefs.BackingStoreException extends Exception implements Serializable

serialVersionUID: -1415637364122829574L


Package org.osgi.service.upnp

Class org.osgi.service.upnp.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 occured errors.


Package org.osgi.service.useradmin

Class org.osgi.service.useradmin.UserAdminPermission extends BasicPermission implements Serializable

serialVersionUID: -1179971692401603789L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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 extends BasicPermission implements Serializable

serialVersionUID: -5583709391516569321L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
readObject is called to restore the state of the ServicePermission from a stream.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
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.

 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.