Serialized Form
OldValue
boolean OldValue
NewValue
boolean NewValue
eventType
int eventType
OldValue
boolean OldValue
NewValue
boolean NewValue
eventType
int eventType
currentOwner
java.lang.String currentOwner
- the owner of the port requested.
OldValue
boolean OldValue
NewValue
boolean NewValue
eventType
int eventType
OldValue
boolean OldValue
NewValue
boolean NewValue
eventType
int eventType
OldValue
boolean OldValue
NewValue
boolean NewValue
eventType
int eventType
name
java.lang.String name
value
java.lang.Object value
name
java.lang.String name
value
java.lang.Object value
request
ServletRequest request
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
|
Package javax.servlet.http |
name
java.lang.String name
value
java.lang.Object value
|
Package javax.xml.parsers |
|
Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable |
exception
java.lang.Exception exception
|
Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable |
|
Package org.apache.commons.httpclient |
cookieComment
java.lang.String cookieComment
- Comment attribute.
cookieDomain
java.lang.String cookieDomain
- Domain attribute.
cookieExpiryDate
java.util.Date cookieExpiryDate
- Expiration
Date.
cookiePath
java.lang.String cookiePath
- Path attribute.
isSecure
boolean isSecure
- My secure flag.
hasPathAttribute
boolean hasPathAttribute
- Specifies if the set-cookie header included a Path attribute for this
cookie
hasDomainAttribute
boolean hasDomainAttribute
- Specifies if the set-cookie header included a Domain attribute for this
cookie
cookieVersion
int cookieVersion
- The version of the cookie specification I was created from.
isAutogenerated
boolean isAutogenerated
- Autogenerated header flag.
parameters
NameValuePair[] parameters
- My parameters, if any.
maxlen
int maxlen
reason
java.lang.String reason
- Deprecated. HttpClient no longer uses this field for itself. It
is only provided for compatibility with existing clients.
- A "reason" string provided for compatibility with older clients.
reasonCode
int reasonCode
- Deprecated. HttpClient no longer uses this field for itself.
It is only provided for compatibility with existing clients.
- Reason code for compatibility with older clients.
cause
java.lang.Throwable cause
- The original Throwable representing the cause of this error
serialVersionUID: 887844277028676648L
serialVersionUID: -7158031098595039459L
location
java.lang.String location
name
java.lang.String name
- Name.
value
java.lang.String value
- Value.
serialVersionUID: 604752400577948726L
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Read a URI.
- Throws:
java.lang.ClassNotFoundException - If one of the classes specified in the
input stream cannot be found.
java.io.IOException - If an IO problem occurs.
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Write the content of this URI.
- Throws:
java.io.IOException - If an IO problem occurs.
hash
int hash
- Cache the hash code for this URI.
_uri
char[] _uri
- This Uniform Resource Identifier (URI).
The URI is always in an "escaped" form, since escaping or unescaping
a completed URI might change its semantics.
protocolCharset
java.lang.String protocolCharset
- The charset of the protocol used by this URI instance.
_scheme
char[] _scheme
- The scheme.
_opaque
char[] _opaque
- The opaque.
_authority
char[] _authority
- The authority.
_userinfo
char[] _userinfo
- The userinfo.
_host
char[] _host
- The host.
_port
int _port
- The port.
_path
char[] _path
- The path.
_query
char[] _query
- The query.
_fragment
char[] _fragment
- The fragment.
_is_hier_part
boolean _is_hier_part
_is_opaque_part
boolean _is_opaque_part
_is_net_path
boolean _is_net_path
_is_abs_path
boolean _is_abs_path
_is_rel_path
boolean _is_rel_path
_is_reg_name
boolean _is_reg_name
_is_server
boolean _is_server
_is_hostname
boolean _is_hostname
_is_IPv4address
boolean _is_IPv4address
_is_IPv6reference
boolean _is_IPv6reference
reasonCode
int reasonCode
- The reason code.
reason
java.lang.String reason
- The reason message.
reasonCode
int reasonCode
- The reason code.
reason
java.lang.String reason
- The reason message.
|
Package org.apache.commons.httpclient.auth |
|
Package org.apache.commons.httpclient.cookie |
cookieCommentURL
java.lang.String cookieCommentURL
- Comment URL attribute
cookiePorts
int[] cookiePorts
- Port attribute.
discard
boolean discard
- Discard attribute.
hasPortAttribute
boolean hasPortAttribute
- Indicates if the set-cookie2 header included a Port attribute for this
cookie
isPortAttributeBlank
boolean isPortAttributeBlank
- Indicates if the set-cookie2 header's Port attribute did not have
any value.
hasVersionAttribute
boolean hasVersionAttribute
- Indicates if the set-cookie2 header included a Version attribute
|
Package org.apache.commons.httpclient.params |
defaults
HttpParams defaults
- The set of default values to defer to
parameters
java.util.HashMap<K,V> parameters
- Hash map of HTTP parameters that this collection contains
|
Package org.apache.commons.httpclient.util |
|
Package org.apache.commons.logging |
cause
java.lang.Throwable cause
- The underlying cause of this exception.
|
Package org.knopflerfish.service.um.useradmin |
serialVersionUID: 1L
nested
java.lang.Throwable nested
|
Package org.knopflerfish.util |
serialVersionUID: 1L
map
java.util.HashMap<K,V> map
timeout
long timeout
serialVersionUID: 1L
m_nMaxSize
int m_nMaxSize
queueClosed
boolean queueClosed
|
Package org.osgi.application |
serialVersionUID: -4762149286971897323L
serviceObject
java.lang.Object serviceObject
|
Package org.osgi.framework |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: 307051004521261705L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: 4080640865971756012L
bundle
Bundle bundle
- Bundle that had a change occur in its lifecycle.
type
int type
- Type of bundle lifecycle change.
origin
Bundle origin
- Bundle that was the origin of the event. For install event type, this is
the bundle whose context was used to install the bundle. Otherwise it is
the bundle itself.
- Since:
- 1.6
serialVersionUID: 3571095144220455665L
type
int type
- Type of bundle exception.
- Since:
- 1.5
serialVersionUID: 3257846601685873716L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the BundlePermission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: -7662148639076511574L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: 207051004521261705L
bundle
Bundle bundle
- Bundle related to the event.
throwable
java.lang.Throwable throwable
- Exception related to the event.
type
int type
- Type of event.
serialVersionUID: -4295194420816491875L
filter
java.lang.String filter
- The invalid filter string.
serialVersionUID: -5107705877071099135L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
serialVersionUID: 8792901483909409299L
reference
ServiceReference<S> reference
- Reference to the service that had a change occur in its lifecycle.
type
int type
- Type of service lifecycle change.
serialVersionUID: 3038963223712959631L
type
int type
- Type of service exception.
serialVersionUID: -7662148639076511574L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.framework.hooks.weaving |
serialVersionUID: 1L
|
Package org.osgi.service.application |
serialVersionUID: 1L
applicationDescriptor
ApplicationDescriptor applicationDescriptor
applicationID
java.lang.String applicationID
actionsVector
java.util.Vector<E> actionsVector
filter
java.lang.String filter
actions
java.lang.String actions
appliedFilter
Filter appliedFilter
serialVersionUID: -7173190453622508207L
errorCode
int errorCode
|
Package org.osgi.service.blueprint.container |
serialVersionUID: 1L
serialVersionUID: 1L
componentId
java.lang.String componentId
- The requested component id that generated the exception.
serialVersionUID: 1L
filter
java.lang.String filter
- The filter string associated with the exception.
|
Package org.osgi.service.cm |
serialVersionUID: -1690090413441769377L
property
java.lang.String property
reason
java.lang.String reason
serialVersionUID: 5716868734811965383L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.component |
serialVersionUID: -7438212656298726924L
|
Package org.osgi.service.coordinator |
serialVersionUID: 1L
name
java.lang.String name
type
int type
id
long id
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.deploymentadmin |
serialVersionUID: 1L
delegate
java.security.Permission delegate
serialVersionUID: 916011169146851101L
code
int code
|
Package org.osgi.service.deploymentadmin.spi |
serialVersionUID: 1L
delegate
java.security.Permission delegate
serialVersionUID: 9135007015668223386L
code
int code
|
Package org.osgi.service.dmt |
serialVersionUID: -63006267148118655L
uri
java.lang.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
java.lang.String message
- The message associated with the exception, or
null if there is no
error message.
causes
java.lang.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.
serialVersionUID: 2015244852018469700L
|
Package org.osgi.service.dmt.security |
serialVersionUID: -3206463101788245739L
isPrefix
boolean isPrefix
serverId
java.lang.String serverId
serialVersionUID: -1910969921419407809L
prefixPath
boolean prefixPath
path
java.lang.String path
mask
int mask
actions
java.lang.String actions
serialVersionUID: 6388752177325038332L
isPrefix
boolean isPrefix
principal
java.lang.String principal
|
Package org.osgi.service.event |
serialVersionUID: -5855563886961618300L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.http |
serialVersionUID: 7235606031147877747L
|
Package org.osgi.service.monitor |
serialVersionUID: -9084425194463274314L
monId
java.lang.String monId
varId
java.lang.String varId
prefixMonId
boolean prefixMonId
prefixVarId
boolean prefixVarId
mask
int mask
minJobInterval
int minJobInterval
|
Package org.osgi.service.prefs |
serialVersionUID: -1415637364122829574L
|
Package org.osgi.service.remoteserviceadmin |
serialVersionUID: -7662148639076511574L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.resolver |
serialVersionUID: 1L
|
Package org.osgi.service.subsystem |
serialVersionUID: 1L
serialVersionUID: 307051004521261705L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.upnp |
serialVersionUID: -262013318122195146L
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 |
serialVersionUID: -1179971692401603789L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
|
Package org.osgi.service.wireadmin |
serialVersionUID: -5583709391516569321L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the ServicePermission from a
stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-