javax.slee.management
Interface DeployableUnitDescriptor
- public interface DeployableUnitDescriptor
This interface provides access to deployment-specific attributes that
describe an installed deployable unit.
Method Summary |
ComponentID[] |
getComponents()
Get the component identifiers of the components installed with this
deployable unit. |
java.util.Date |
getDeploymentDate()
Get the date that the deployable unit was installed. |
java.lang.String |
getURL()
Get the URL that the deployable unit was installed from. |
getURL
public java.lang.String getURL()
- Get the URL that the deployable unit was installed from.
- Returns:
- the URL that the deployable unit was installed from.
getDeploymentDate
public java.util.Date getDeploymentDate()
- Get the date that the deployable unit was installed.
- Returns:
- the date that the deployable unit was installed.
getComponents
public ComponentID[] getComponents()
- Get the component identifiers of the components installed with this
deployable unit.
- Returns:
- the component identifiers of the components installed with
this deployable unit.