jPOS 1.6.1 API Documentation

org.jpos.q2.iso
Interface DirPollAdaptorMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
DirPollAdaptor

public interface DirPollAdaptorMBean
extends QBeanSupportMBean

MBean interface.

Version:
$Revision: 1859 $ $Date: 2003-12-05 23:52:20 -0300 (Fri, 05 Dec 2003) $
Author:
Alejandro Revilla

Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
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 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
 

Method Detail

setPath

void setPath(java.lang.String path)

setPoolSize

void setPoolSize(int size)

getPoolSize

int getPoolSize()

getPath

java.lang.String getPath()

setPollInterval

void setPollInterval(long pollInterval)

getPollInterval

long getPollInterval()

setPriorities

void setPriorities(java.lang.String priorities)

getPriorities

java.lang.String getPriorities()

setProcessor

void setProcessor(java.lang.String processor)

getProcessor

java.lang.String getProcessor()

jPOS.org