org.jboss.profileservice.spi
Class ModificationInfo
java.lang.Object
org.jboss.profileservice.spi.ModificationInfo
- All Implemented Interfaces:
- Serializable
public class ModificationInfo
- extends Object
- implements Serializable
Represents a modified deployment returned from the modified deployments scan.
- Version:
- $Revision: 85287 $
- Author:
- Scott.Stark@jboss.org, adrian@jboss.org
- See Also:
Profile#getModifiedDeployments()
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModificationInfo
public ModificationInfo(ProfileDeployment deployment,
long lastModified,
ModificationInfo.ModifyStatus status)
getDeployment
public ProfileDeployment getDeployment()
getLastModified
public long getLastModified()
getStatus
public ModificationInfo.ModifyStatus getStatus()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.