API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.doclet.
JOTDocletTestTags
View Source
Author(s)
Thibaut Colar
Bob Lee
Since
1.4
Version
2.6
Serial
12345
Hierarchy
Object
Thread
JOTDocletTestTags
Implements
JOTDocletTestInterface
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTDocletTestTags
Dummy class to test javadoc tags on
Dummy class to test javadoc tags on
See also:
Vector
Hashtable
Constructors
public
JOTDocletTestTags
()
public
JOTDocletTestTags
(
String
param1) throws
IOException
Constructor that takes a string.
Constructor that takes a string.
Parameters:
-
param1
- blah
Throws:
-
NullPointerException
- all the time
-
RuntimeException
- when it breaks
-
NegativeArraySizeException
- sometimes
-
IllegalArgumentException
- other times
Since:
2.5
See Also:
Calendar
,
BitSet
,
Methods
Hide/Show inherited methods
public
static
int
activeCount
()
[Inherited From
Thread
]
public
final
void
checkAccess
()
[Inherited From
Thread
]
@Deprecated
public
native
int
countStackFrames
()
[Inherited From
Thread
]
public
static
native
Thread
currentThread
()
[Inherited From
Thread
]
@Deprecated
public
void
destroy
()
[Inherited From
Thread
]
public
static
void
dumpStack
()
[Inherited From
Thread
]
public
static
int
enumerate
(
Thread
arg0)
[Inherited From
Thread
]
public
static
Map
<
Thread
,
StackTraceElement
>
getAllStackTraces
()
[Inherited From
Thread
]
public
ClassLoader
getContextClassLoader
()
[Inherited From
Thread
]
public
static
UncaughtExceptionHandler
getDefaultUncaughtExceptionHandler
()
[Inherited From
Thread
]
public
long
getId
()
[Inherited From
Thread
]
public
final
String
getName
()
[Inherited From
Thread
]
public
final
int
getPriority
()
[Inherited From
Thread
]
public
StackTraceElement
getStackTrace
()
[Inherited From
Thread
]
public
State
getState
()
[Inherited From
Thread
]
public
String
getStuff
(
int
arg1,
int
arg2) throws
JOTException
getStuff Method
getStuff Method
Returns:
a result of some sort
Parameters:
-
param1
- blah
-
arg1
- a thing
-
arg2
- a string reprseneting stuff
Throws:
-
NullPointerException
- all the time
-
RuntimeException
- when it breaks
-
JOTException
-
-
net.jot.exceptions.JOTTransactionCompletedException
-
-
NegativeArraySizeException
- sometimes
-
IllegalArgumentException
- other times
Since:
2.5
Serial Data:
12345
See Also:
Calendar
,
BitSet
,
JOTDocletNavView
,
public
void
getThing
()
[Specified in
JOTDocletTestInterface
]
public
final
ThreadGroup
getThreadGroup
()
[Inherited From
Thread
]
public
UncaughtExceptionHandler
getUncaughtExceptionHandler
()
[Inherited From
Thread
]
public
static
native
boolean
holdsLock
(
Object
arg0)
[Inherited From
Thread
]
public
void
interrupt
()
[Inherited From
Thread
]
public
static
boolean
interrupted
()
[Inherited From
Thread
]
public
final
native
boolean
isAlive
()
[Inherited From
Thread
]
public
final
boolean
isDaemon
()
[Inherited From
Thread
]
public
boolean
isInterrupted
()
[Inherited From
Thread
]
public
final
void
join
() throws
InterruptedException
[Inherited From
Thread
]
public
final
synchronized
void
join
(
long
arg0) throws
InterruptedException
[Inherited From
Thread
]
public
final
synchronized
void
join
(
long
arg0,
int
arg1) throws
InterruptedException
[Inherited From
Thread
]
@Deprecated
public
final
void
resume
()
[Inherited From
Thread
]
public
void
run
()
[Overrides
Thread
]
ovbveride/implement run method
public
void
setContextClassLoader
(
ClassLoader
arg0)
[Inherited From
Thread
]
public
final
void
setDaemon
(
boolean
arg0)
[Inherited From
Thread
]
public
static
void
setDefaultUncaughtExceptionHandler
(
UncaughtExceptionHandler
arg0)
[Inherited From
Thread
]
public
final
void
setName
(
String
arg0)
[Inherited From
Thread
]
public
final
void
setPriority
(
int
arg0)
[Inherited From
Thread
]
public
void
setUncaughtExceptionHandler
(
UncaughtExceptionHandler
arg0)
[Inherited From
Thread
]
public
static
native
void
sleep
(
long
arg0) throws
InterruptedException
[Inherited From
Thread
]
public
static
void
sleep
(
long
arg0,
int
arg1) throws
InterruptedException
[Inherited From
Thread
]
public
synchronized
void
start
()
[Inherited From
Thread
]
@Deprecated
public
final
void
stop
()
[Inherited From
Thread
]
@Deprecated
public
final
synchronized
void
stop
(
Throwable
arg0)
[Inherited From
Thread
]
@Deprecated
public
final
void
suspend
()
[Inherited From
Thread
]
public
String
toString
()
[Inherited From
Thread
]
public
static
native
void
yield
()
[Inherited From
Thread
]
Fields
Hide/Show inherited fields
public
final
static
int
INTERFACE_FIELD
= "35"
[Inherited From
JOTDocletTestInterface
]
interface constant
interface constant
Since:
2.6
public
final
static
int
MAX_PRIORITY
= "99"
[Overrides
Thread
]
ovveride
public
final
static
int
MIN_PRIORITY
= "1"
[Inherited From
Thread
]
public
final
static
int
myField
= "2"
My stupid Test field.
My stupid Test field.
Since:
2.3
Serial:
123
Serial Field:
45467
See Also:
BitSet
,
Calendar
,
pack-private
volatile
String
myField2
public
final
static
String
myField3
= "PRICE_ATTRIBUTE"
public
final
static
long
myField4
= "35"
public
final
static
Character
myField5
public
final
static
JOTDocletTestTags
myField6
public
final
static
int
NORM_PRIORITY
= "5"
[Inherited From
Thread
]
Nested Classes
JOTDocletTestTags.MyInnerClass
Cool inner class
Thread.State
Thread.UncaughtExceptionHandler
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar