org.apache.servicemix.jbi.container
Class ComponentEnvironment
java.lang.Object
org.apache.servicemix.jbi.container.ComponentEnvironment
public class ComponentEnvironment
- extends Object
Holder for environment infomation
- Version:
- $Revision: 482795 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentEnvironment
public ComponentEnvironment()
getInstallRoot
public File getInstallRoot()
- Returns:
- Returns the installRoot.
setInstallRoot
public void setInstallRoot(File installRoot)
- Parameters:
installRoot - The installRoot to set.
getWorkspaceRoot
public File getWorkspaceRoot()
- Returns:
- Returns the workspaceRoot.
setWorkspaceRoot
public void setWorkspaceRoot(File workspaceRoot)
- Parameters:
workspaceRoot - The workspaceRoot to set.
getLocalConnector
public ComponentMBeanImpl getLocalConnector()
- Returns:
- Returns the localConnector.
setLocalConnector
public void setLocalConnector(ComponentMBeanImpl localConnector)
- Parameters:
localConnector - The localConnector to set.
getComponentRoot
public File getComponentRoot()
- Returns:
- Returns the componentRoot.
setComponentRoot
public void setComponentRoot(File componentRoot)
- Parameters:
componentRoot - The componentRoot to set.
getStateFile
public File getStateFile()
- Returns:
- Returns the stateFile.
setStateFile
public void setStateFile(File stateFile)
- Parameters:
stateFile - The stateFile to set.
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.