站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

FarmMemberServiceMBean (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


org.jboss.ha.framework.server
Interface FarmMemberServiceMBean

All Superinterfaces:
org.jboss.deployment.scanner.DeploymentScannerMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.scanner.URLDeploymentScannerMBean
All Known Implementing Classes:
FarmMemberService

public interface FarmMemberServiceMBean
extends org.jboss.deployment.scanner.URLDeploymentScannerMBean

Version:
$Revision: 1.10 $

20020809 bill burke:

  • Initial import
Author:
Bill Burke

Nested Class Summary
static class FarmMemberServiceMBean.FileContent
           
 
Field Summary
static javax.management.ObjectName OBJECT_NAME
          The default object name.
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String getPartitionName()
          Name of the Partition used as a cluster definition for the farming
 void setFarmDeployDirectory(String urls)
          Deprecated.  
 void setPartitionName(String partitionName)
           
 void setScannerName(String name)
          Deprecated.  
 
Methods inherited from interface org.jboss.deployment.scanner.URLDeploymentScannerMBean
addURL, addURL, getFilter, getRecursiveSearch, getURLComparator, getURLList, hasURL, hasURL, removeURL, removeURL, scan, setFilter, setRecursiveSearch, setURLComparator, setURLList, setURLs
 
Methods inherited from interface org.jboss.deployment.scanner.DeploymentScannerMBean
getDeployer, isScanEnabled, setDeployer, setScanEnabled, setScanPeriod
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
The default object name.

Method Detail

getPartitionName

public String getPartitionName()
Name of the Partition used as a cluster definition for the farming


setPartitionName

public void setPartitionName(String partitionName)

setFarmDeployDirectory

public void setFarmDeployDirectory(String urls)
                            throws MalformedURLException
Deprecated.  

Backward compatibility, mapped to the URLs attribute of URLDeploymentScannerMBean

Throws:
MalformedURLException

setScannerName

public void setScannerName(String name)
Deprecated.  

Backward compatibility, but ignored as it does nothing.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.