Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor.threepass.management
Class ThreePassProcessorManager
All Implemented Interfaces:
       ThreePassProcessorManagerMBean

public class ThreePassProcessorManager      
Implements:
ThreePassProcessorManagerMBean
 
Links:
Kernel Association Association Link
to Class ThreePassProcessor
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
 
Implementation Implementation Link
to Interface ThreePassProcessorManagerMBean
 
 

Field Summary
Constructor Summary
public void
Method Summary
public int
public long
public int
public long
public int
public int
public int
public long
public int
public long
public int
public long
public int
public int
public int
public long
public int
public long
public int
public long
public int
public int
public int
public long
public void
setDecoderCorePoolSize(Integer corePoolSize)
public void
public void
setDecoderMaximumPoolSize(Integer maximumPoolSize)
public void
setDispatcherCorePoolSize(Integer corePoolSize)
public void
public void
setDispatcherMaximumPoolSize(Integer maximumPoolSize)
public void
setProcessorCorePoolSize(Integer corePoolSize)
public void
public void
setProcessorMaximumPoolSize(Integer maximumPoolSize)
Field Detail
processor
private ThreePassProcessor processor
Multiplicity:
1
 
Constructor Detail
ThreePassProcessorManager
public void ThreePassProcessorManager (ThreePassProcessor processor)
 
Parameters:
processor
Stereotype:
create
 
Method Detail
getDecoderActiveCount
public int getDecoderActiveCount ()
 
 

getDecoderCompletedTaskCount
public long getDecoderCompletedTaskCount ()
 
 

getDecoderCorePoolSize
public int getDecoderCorePoolSize ()
 
 

getDecoderKeepAliveTime
public long getDecoderKeepAliveTime ()
 
 

getDecoderLargestPoolSize
public int getDecoderLargestPoolSize ()
 
 

getDecoderMaximumPoolSize
public int getDecoderMaximumPoolSize ()
 
 

getDecoderPoolSize
public int getDecoderPoolSize ()
 
 

getDecoderTaskCount
public long getDecoderTaskCount ()
 
 

getDispatcherActiveCount
public int getDispatcherActiveCount ()
 
 

getDispatcherCompletedTaskCount
public long getDispatcherCompletedTaskCount ()
 
 

getDispatcherCorePoolSize
public int getDispatcherCorePoolSize ()
 
 

getDispatcherKeepAliveTime
public long getDispatcherKeepAliveTime ()
 
 

getDispatcherLargestPoolSize
public int getDispatcherLargestPoolSize ()
 
 

getDispatcherMaximumPoolSize
public int getDispatcherMaximumPoolSize ()
 
 

getDispatcherPoolSize
public int getDispatcherPoolSize ()
 
 

getDispatcherTaskCount
public long getDispatcherTaskCount ()
 
 

getProcessorActiveCount
public int getProcessorActiveCount ()
 
 

getProcessorCompletedTaskCount
public long getProcessorCompletedTaskCount ()
 
 

getProcessorCorePoolSize
public int getProcessorCorePoolSize ()
 
 

getProcessorKeepAliveTime
public long getProcessorKeepAliveTime ()
 
 

getProcessorLargestPoolSize
public int getProcessorLargestPoolSize ()
 
 

getProcessorMaximumPoolSize
public int getProcessorMaximumPoolSize ()
 
 

getProcessorPoolSize
public int getProcessorPoolSize ()
 
 

getProcessorTaskCount
public long getProcessorTaskCount ()
 
 

setDecoderCorePoolSize
public void setDecoderCorePoolSize (Integer corePoolSize)
 
 

setDecoderKeepAliveTime
public void setDecoderKeepAliveTime (Long time)
 
 

setDecoderMaximumPoolSize
public void setDecoderMaximumPoolSize (Integer maximumPoolSize)
 
 

setDispatcherCorePoolSize
public void setDispatcherCorePoolSize (Integer corePoolSize)
 
 

setDispatcherKeepAliveTime
public void setDispatcherKeepAliveTime (Long time)
 
 

setDispatcherMaximumPoolSize
public void setDispatcherMaximumPoolSize (Integer maximumPoolSize)
 
 

setProcessorCorePoolSize
public void setProcessorCorePoolSize (Integer corePoolSize)
 
 

setProcessorKeepAliveTime
public void setProcessorKeepAliveTime (Long time)
 
 

setProcessorMaximumPoolSize
public void setProcessorMaximumPoolSize (Integer maximumPoolSize)
 
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD