org.jboss.system.server.profileservice.repository.clustered.sync
Class ContentModification

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification
All Implemented Interfaces:
Serializable

public class ContentModification
extends Object
implements Serializable

Describes a modification that a node needs to make to synchronize its repository with the cluster.

Version:
$Revision:$
Author:
Brian Stansberry
See Also:
Serialized Form

Nested Class Summary
static class ContentModification.Type
           
 
Constructor Summary
ContentModification(ContentModification.Type type, String rootName, RepositoryItemMetadata item)
           
 
Method Summary
 RepositoryItemMetadata getItem()
           
 String getRootName()
           
 ContentModification.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentModification

public ContentModification(ContentModification.Type type,
                           String rootName,
                           RepositoryItemMetadata item)
Method Detail

getType

public ContentModification.Type getType()

getRootName

public String getRootName()

getItem

public RepositoryItemMetadata getItem()


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