当前页面:
在线文档首页 >
JBoss 3.2.7 common API Documentation 英文版文档
Serialized Form (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档
Serialized Form
Package org.jboss.logging |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
name
String name
- The logger name.
Package org.jboss.net.sockets |
serialVersionUID: 7006964274840965634l
backlog
int backlog
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
stubs
Remote[] stubs
random
Random random
serialVersionUID: -920483051658660269l
serialVersionUID: 7006964274840965634l
backlog
int backlog
nested
Throwable nested
- The nested throwable
count
int count
- The current count
value
int value
- The hash-code value.
count
long count
- The current count
value
boolean value
- Boolean value
value
byte value
- Byte value
value
char value
char
value
value
double value
- Double value
value
float value
- Float value
value
int value
- Integer value
value
long value
- Long value
value
short value
- Short value
nested
Throwable nested
- The nested throwable
nested
Throwable nested
- The nested throwable
nested
Throwable nested
- The nested throwable
nested
Throwable nested
- The nested throwable
name
String name
- The name of the argument that was null.
index
Object index
- The index of the argument or null if no index.
stack
List stack
- List of StackTrace.Entry elements
className
String className
- The fully qualified class name for this entry
methodName
String methodName
- The method name for this entry
sourceFileName
String sourceFileName
- The source file name for this entry
lineNumber
String lineNumber
- The source file line number for this entry
total
long total
- Total time
start
long start
- Start time
stop
long stop
- Stop time
count
int count
- The lap count
running
boolean running
- Is the watch started
Package org.jboss.util.collection |
array
Object[] array
- Array to iterate over.
index
int index
- The current position in the array.
elements
Object[] elements
- The elements of the key
serialVersionUID: 7333619218072079496l
list
List list
- The List which will be used for element storage.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
index
int index
Package org.jboss.util.deadlock |
retry
boolean retry
Package org.jboss.util.id |
vmid
VMID vmid
- The virtual machine identifier
uid
UID uid
- The unique identifier
hashCode
int hashCode
- The hash code of this GUID
time
long time
- The time portion of the UID
id
long id
- The identity portion of the UID
address
byte[] address
- The address of the current virtual machine
pid
PID pid
- The process identifier of the current virtual machine
uid
UID uid
- A unique identifier to ensure uniqueness across the host machine
hashCode
int hashCode
- The hash code of this VMID
Package org.jboss.util.platform |
id
int id
- The int process identifier.
Package org.jboss.util.property |
groupname
String groupname
- The group name for this container.
name
String name
- Property name.
value
String value
- Property value.
basename
String basename
- Base property name
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
Package org.jboss.util.state |
acceptingMap
Map acceptingMap
- The mapping from State to Entry.
initial
DefaultStateMachineModel.Entry initial
- The mapping entry for the initial state.
current
DefaultStateMachineModel.Entry current
- The mapping entry for the current state.
state
State state
acceptableStates
Set acceptableStates
value
int value
- The integer value of the state.
States with the same value are equal.
name
String name
- The human readable name of the state.
opaque
Object opaque
- The optional opaque user data for the state.
model
StateMachine.Model model
- The data model for the machine.
changeListeners
List changeListeners
- The list of change listeners which are registered.
previous
State previous
current
State current
Package org.jboss.util.threadpool |
serialVersionUID: -9102277941374138830l
readResolve
Object readResolve()
throws ObjectStreamException
- Overriden to return the indentity instance of BlockingMode based on the
stream type int value. This ensures that BlockingMode enums can be
compared using ==.
- Throws:
ObjectStreamException
type
int type
- The enum manifest constant
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.