jPOS 1.6.1 API Documentation

org.jpos.q2.iso
Class DirPollAdaptor

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.iso.DirPollAdaptor
All Implemented Interfaces:
Configurable, DirPollAdaptorMBean, QBean, QBeanSupportMBean, QPersist

public class DirPollAdaptor
extends QBeanSupport
implements DirPollAdaptorMBean

DirPoll Adaptor

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro Revilla

Field Summary
 
Fields inherited from class org.jpos.q2.QBeanSupport
stateString
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
DirPollAdaptor()
           
 
Method Summary
 java.lang.String getPath()
           
 long getPollInterval()
           
 int getPoolSize()
           
 java.lang.String getPriorities()
           
 java.lang.String getProcessor()
           
 void setPath(java.lang.String path)
           
 void setPollInterval(long pollInterval)
           
 void setPoolSize(int size)
           
 void setPriorities(java.lang.String priorities)
           
 void setProcessor(java.lang.String processor)
           
 
Methods inherited from class org.jpos.q2.QBeanSupport
destroy, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getServer, getState, getStateAsString, init, isModified, running, setConfiguration, setLogger, setModified, setName, setPersist, setServer, setState, shutdownQ2, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jpos.q2.QBeanSupportMBean
getLoader, getLoaderURLS, getLogger, getName, getServer, setLogger, setName, setPersist, setServer, shutdownQ2
 
Methods inherited from interface org.jpos.q2.QBean
destroy, getState, getStateAsString, init, start, stop
 
Methods inherited from interface org.jpos.q2.QPersist
getPersist, isModified
 

Constructor Detail

DirPollAdaptor

public DirPollAdaptor()
Method Detail

setPath

public void setPath(java.lang.String path)
Specified by:
setPath in interface DirPollAdaptorMBean

setPoolSize

public void setPoolSize(int size)
Specified by:
setPoolSize in interface DirPollAdaptorMBean

getPoolSize

public int getPoolSize()
Specified by:
getPoolSize in interface DirPollAdaptorMBean

getPath

public java.lang.String getPath()
Specified by:
getPath in interface DirPollAdaptorMBean

setPollInterval

public void setPollInterval(long pollInterval)
Specified by:
setPollInterval in interface DirPollAdaptorMBean

getPollInterval

public long getPollInterval()
Specified by:
getPollInterval in interface DirPollAdaptorMBean

setPriorities

public void setPriorities(java.lang.String priorities)
Specified by:
setPriorities in interface DirPollAdaptorMBean

getPriorities

public java.lang.String getPriorities()
Specified by:
getPriorities in interface DirPollAdaptorMBean

setProcessor

public void setProcessor(java.lang.String processor)
Specified by:
setProcessor in interface DirPollAdaptorMBean

getProcessor

public java.lang.String getProcessor()
Specified by:
getProcessor in interface DirPollAdaptorMBean

jPOS.org