org.apache.james.management
Interface ProcessorManagementService

All Superinterfaces:
ProcessorManagementMBean
All Known Implementing Classes:
ProcessorManagement

public interface ProcessorManagementService
extends ProcessorManagementMBean


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.lang.String[] getMailetNames(java.lang.String processorName)
          retrieves the list of all mailets for one processor
 java.lang.String[] getMailetParameters(java.lang.String processorName, int mailetIndex)
          retrieves the list of parameters belonging to the specified mailet
 java.lang.String[] getMatcherNames(java.lang.String processorName)
          retrieves the list of all matchers for one processor
 java.lang.String[] getMatcherParameters(java.lang.String processorName, int matcherIndex)
          retrieves the list of parameters belonging to the specified matcher
 
Methods inherited from interface org.apache.james.management.ProcessorManagementMBean
getProcessorNames
 

Field Detail

ROLE

static final java.lang.String ROLE
See Also:
Constant Field Values
Method Detail

getMailetNames

java.lang.String[] getMailetNames(java.lang.String processorName)
retrieves the list of all mailets for one processor

Parameters:
processorName -
Returns:
array of names

getMatcherNames

java.lang.String[] getMatcherNames(java.lang.String processorName)
retrieves the list of all matchers for one processor

Parameters:
processorName -
Returns:
array of names

getMatcherParameters

java.lang.String[] getMatcherParameters(java.lang.String processorName,
                                        int matcherIndex)
retrieves the list of parameters belonging to the specified matcher

Parameters:
processorName -
matcherIndex -
Returns:
array of Strings, each String an assembled parameter key/value pair

getMailetParameters

java.lang.String[] getMailetParameters(java.lang.String processorName,
                                       int mailetIndex)
retrieves the list of parameters belonging to the specified mailet

Parameters:
processorName -
mailetIndex -
Returns:
array of Strings, each String an assembled parameter key/value pair


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.