bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
Public Member Functions | Private Attributes | List of all members
org.openslx.imagemaster.serverconnection.PrioThreadFactory Class Reference
+ Inheritance diagram for org.openslx.imagemaster.serverconnection.PrioThreadFactory:
+ Collaboration diagram for org.openslx.imagemaster.serverconnection.PrioThreadFactory:

Public Member Functions

 PrioThreadFactory (String name, int priority)
 
Thread newThread (Runnable r)
 

Private Attributes

final AtomicInteger counter = new AtomicInteger()
 
final String name
 
final int priority
 

Detailed Description

Definition at line 6 of file PrioThreadFactory.java.

Constructor & Destructor Documentation

org.openslx.imagemaster.serverconnection.PrioThreadFactory.PrioThreadFactory ( String  name,
int  priority 
)

Definition at line 12 of file PrioThreadFactory.java.

Member Function Documentation

Thread org.openslx.imagemaster.serverconnection.PrioThreadFactory.newThread ( Runnable  r)

Definition at line 18 of file PrioThreadFactory.java.

Member Data Documentation

final AtomicInteger org.openslx.imagemaster.serverconnection.PrioThreadFactory.counter = new AtomicInteger()
private

Definition at line 8 of file PrioThreadFactory.java.

final String org.openslx.imagemaster.serverconnection.PrioThreadFactory.name
private

Definition at line 9 of file PrioThreadFactory.java.

final int org.openslx.imagemaster.serverconnection.PrioThreadFactory.priority
private

Definition at line 10 of file PrioThreadFactory.java.


The documentation for this class was generated from the following file: