org.ow2.petals.admin.api.artifact
Class Component
java.lang.Object
org.ow2.petals.admin.api.artifact.Artifact
org.ow2.petals.admin.api.artifact.Component
- All Implemented Interfaces:
- ArtifactState
public class Component
- extends Artifact
- implements ArtifactState
This class represents a remote JBI Component.
- Author:
- Nicolas Oddoux - EBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Component
public Component(java.lang.String name,
Component.ComponentType type,
java.util.Properties parameters)
Component
public Component(java.lang.String name,
Component.ComponentType type)
getComponentType
public final Component.ComponentType getComponentType()
- Get the component type
- Returns:
- the component type
getParameters
public final java.util.Properties getParameters()
- Get the parameters
- Returns:
- the parameters
getState
public ArtifactState.State getState()
- Specified by:
getState in interface ArtifactState
setState
public void setState(ArtifactState.State state)
- Specified by:
setState in interface ArtifactState
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.