public abstract class AbstractRemoteContainer extends AbstractContainer implements RemoteContainer
Constructor and Description |
---|
AbstractRemoteContainer(RuntimeConfiguration configuration)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
RuntimeConfiguration |
getConfiguration() |
State |
getState() |
ContainerType |
getType() |
void |
setConfiguration(RuntimeConfiguration configuration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCapability, getId, getName
public AbstractRemoteContainer(RuntimeConfiguration configuration)
configuration
- the configuration to associate to this container. It can be changed
later on by calling setConfiguration(RuntimeConfiguration)
public void setConfiguration(RuntimeConfiguration configuration)
setConfiguration
in interface RemoteContainer
configuration
- the runtime configuration implementation to useRemoteContainer.setConfiguration(RuntimeConfiguration)
public RuntimeConfiguration getConfiguration()
getConfiguration
in interface RemoteContainer
RemoteContainer.getConfiguration()
public State getState()
getState
in interface Container
Container.getState()
public ContainerType getType()
getType
in interface Container
Container.getType()
Copyright © 2004-2013 Codehaus. All Rights Reserved.