org.jboss.profileservice.spi
Class ModificationInfo

java.lang.Object
  extended by 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

Nested Class Summary
static class ModificationInfo.ModifyStatus
           
 
Constructor Summary
ModificationInfo(ProfileDeployment deployment, long lastModified, ModificationInfo.ModifyStatus status)
           
 
Method Summary
 ProfileDeployment getDeployment()
           
 long getLastModified()
           
 ModificationInfo.ModifyStatus getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModificationInfo

public ModificationInfo(ProfileDeployment deployment,
                        long lastModified,
                        ModificationInfo.ModifyStatus status)
Method Detail

getDeployment

public ProfileDeployment getDeployment()

getLastModified

public long getLastModified()

getStatus

public ModificationInfo.ModifyStatus getStatus()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.