Serialized Form
|
Package org.mmbase.bridge |
serialVersionUID: 0L
serialVersionUID: 1L
serialVersionUID: 0L
|
Package org.mmbase.bridge.implementation |
cloud
Cloud cloud
nodeManager
NodeManager nodeManager
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
cloudContext
BasicCloudContext cloudContext
name
String name
account
String account
description
String description
transactions
Map<K,V> transactions
nodeManagerCache
Map<K,V> nodeManagerCache
userContext
UserContext userContext
properties
HashMap<K,V> properties
locale
Locale locale
count
long count
serialVersionUID: 0L
nodemanager
NodeManager nodemanager
serialVersionUID: 5940343949744992633L
properties
Map<K,V> properties
converted
boolean converted
backing
ArrayList<E> backing
step
Step step
serialVersionUID: 1L
used
boolean used
aggregating
boolean aggregating
queryCheck
Authorization.QueryCheck queryCheck
insecureConstraint
Constraint insecureConstraint
aliasSequences
HashMap<K,V> aliasSequences
query
BasicSearchQuery query
cloud
Cloud cloud
implicitFields
List<E> implicitFields
explicitFields
List<E> explicitFields
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
transactionName
String transactionName
- The id of the transaction for use with the transaction manager. This is the name as speficied
by the user, prefixed by the account name.
canceled
boolean canceled
committed
boolean committed
parentCloud
BasicCloud parentCloud
commitProcessed
Set<E> commitProcessed
deleteProcessed
Set<E> deleteProcessed
nodes
Map<K,V> nodes
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
noderef
VirtualNode noderef
cloud
Cloud cloud
serialVersionUID: 0L
|
Package org.mmbase.core.event |
count
int count
uri
String uri
name
String name
serialVersionUID: 3931865804317363984L
eventType
int eventType
machine
String machine
serialVersionUID: 1L
id
String id
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
nodeNumber
int nodeNumber
builderName
String builderName
oldValues
Map<K,V> oldValues
newValues
Map<K,V> newValues
serialVersionUID: 1L
relationSourceNumber
int relationSourceNumber
relationDestinationNumber
int relationDestinationNumber
relationSourceType
String relationSourceType
relationDestinationType
String relationDestinationType
role
int role
nodeEvent
NodeEvent nodeEvent
cop
MMBaseCop cop
dataSource
DataSource dataSource
prefix
String prefix
name
String name
servletContext
ServletContext servletContext
databaseName
String databaseName
dataDir
File dataDir
transactionName
String transactionName
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
resolved
Map<K,V> resolved
|
Package org.mmbase.module |
|
Package org.mmbase.module.core |
invalidField
String invalidField
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Custom deserialize method for MMObjectNode. The main reason this method exists is
that the builder for an object will not be serialized, but the tablename for
the object will be saved instead. During deserialization the builder will
be recovered using that name.
- Throws:
IOException
ClassNotFoundException- Since:
- MMBase-1.8.0
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Custom serialize method for MMObjectNode. The main reason this method exists is
that the builder for an object will not be serialized, but the tablename for
the object will be saved instead. During deserialization the builder will
be recovered using that name.
- Throws:
IOException- Since:
- MMBase-1.8.0
oldValues
Map<K,V> oldValues
- Map which stores the current database value for fields when
they change in the node.
it can be used to optimize caching
- Since:
- MMBase-1.8
values
Map<K,V> values
- Holds the name - value pairs of this node (the node's fields).
Most nodes will have a 'number' and an 'otype' field, and fields which will differ by builder.
This collection should not be directly queried or changed -
use the SetValue and getXXXValue methods instead.
It should then be made private, and methods that change the map (storeValue) be made synchronized.
Note: To avoid synchronisation conflicts, we can't really change the type until the property is made private.
sizes
Map<K,V> sizes
initializing
boolean initializing
- Determines whether the node is being initialized (typically when it is loaded from the database).
Use
MMObjectNode.start() to start initializing, use MMObjectNode.finish() to end.
- Since:
- MMBase-1.7
properties
Map<K,V> properties
- Holds the 'extra' name-value pairs (the node's properties)
which are retrieved from the 'properties' table.
properties_sync
Object properties_sync
changed
Set<E> changed
- Set which stores the keys of the fields that were changed
since the last commit.
parent
MMObjectBuilder parent
- Pointer to the parent builder that is responsible for this node.
Note: this may on occasion (due to optimization) differ for the node's original builder.
Use
MMObjectNode.getBuilder() instead.
- Scope:
- private
builder
MMObjectBuilder builder
- Pointer to the actual builder to which this node belongs.
This value is initialised by the first call to
MMObjectNode.getBuilder()
isNew
boolean isNew
- If
true, the node is a new node, which is not (yet) stored in storage.
aliases
Set<E> aliases
- New aliases of the node
newContext
String newContext
- temporarily holds a new context for a node
- Since:
- MMBase-1.7
oldBuilder
MMObjectBuilder oldBuilder
- Since:
- MMBase-1.9.2
sequence
long sequence
|
Package org.mmbase.module.corebuilders |
|
Package org.mmbase.security.implementation.basic |
identifier
String identifier
rank
Rank rank
|
Package org.mmbase.security.implementation.context |
serialVersionUID: 2L
username
String username
rank
Rank rank
key
long key
|
Package org.mmbase.servlet |
lastModifiedField
String lastModifiedField
mmbase
MMBase mmbase
- MMBase reference. While null, servlet does not accept request.
start
long start
retryAfter
int retryAfter
- If MMBase has not been started, a 503 is given, with this value for the 'Retry-After' header.
See rfc 2616, section 10.5.4.
Defaults to 60 seconds, can be configured in web.xml with the 'retry-after' propery on the servlets.
- Since:
- MMBase-1.7.2
initThread
Thread initThread
- Thread starting MMBase
|
Package org.mmbase.storage |
|
Package org.mmbase.storage.search |
serialVersionUID: -8157192884541527741L
|
Package org.mmbase.storage.util |
builder
MMObjectBuilder builder
name
String name
unique
boolean unique
factory
StorageManagerFactory<SM extends StorageManager> factory
- The factory this scheme belongs to.
orgpattern
String orgpattern
serialVersionUID: 1L
backing
Map<K,V> backing
inverse
Map<K,V> inverse
serialVersionUID: 349580435965028582L
zone
TimeZone zone
serialVersionUID: 0L
date
String date
serialVersionUID: 0L
key
Object key
value
Object value
commentPrefix
String commentPrefix
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
locale
Locale locale
serialVersionUID: 0L
defaultLocale
Locale defaultLocale
serialVersionUID: 1L
size
int size
usesCloud
boolean usesCloud
localized
HashMap<K,V> localized
bundles
ArrayList<E> bundles
fallBack
ArrayList<E> fallBack
xml
DocumentSerializable xml
serialVersionUID: 1L
key
String key
values
Map<K,V> values
bundle
String bundle
serialVersionUID: 0L
type
String type
subType
String subType
serialVersionUID: 0L
serialVersionUID: 0L
replacements
List<E> replacements
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
size
long size
file
File file
fileMark
long fileMark
tempFile
boolean tempFile
name
String name
contentType
MimeType contentType
used
boolean used
serialVersionUID: 0L
wrapped
LocalizedString wrapped
|
Package org.mmbase.util.functions |
serialVersionUID: 1L
name
String name
returnType
ReturnType<C> returnType
autoReturnType
boolean autoReturnType
parameterDefinition
Parameter<C>[] parameterDefinition
description
String description
serialVersionUID: 0L
myParams
Set<E> myParams
serialVersionUID: 0L
method
Method method
setMethods
List<E> setMethods
producer
BeanFunction.Producer producer
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
method
Method method
instance
Object instance
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
dataType
DataType<C> dataType
arguments
Parameter<C>[] arguments
serialVersionUID: 1L
backing
Map<K,V> backing
patternBacking
List<E> patternBacking
patternLimit
int patternLimit
definition
Parameter<C>[] definition
autoCasting
boolean autoCasting
fromIndex
int fromIndex
toIndex
int toIndex
template
String template
requestMethods
Map<K,V> requestMethods
serialVersionUID: 1L
pattern
Pattern pattern
serialVersionUID: 0L
typeStruct
Map<K,V> typeStruct
functionMethod
Method functionMethod
functionInstance
Object functionInstance
type
SetFunction.Type type
defLength
int defLength
|
Package org.mmbase.util.xml |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
document
Document document
serialVersionUID: 1L
dirs
URIResolver.EntryList dirs
hashCode
int hashCode
serialVersionUID: 1L
MMBase2 Core 2.0-SNAPSHOT - 2013-05-29T22:08