org.jboss.system.server.profileservice.repository.clustered.sync
Class ContentModification
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentModification
public ContentModification(ContentModification.Type type,
String rootName,
RepositoryItemMetadata item)
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.