Package org.jboss.system.server.profileservice.repository.clustered.sync

Examples of org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification


            {
               stream.close();
            }
            catch (IOException e)
            {
               ContentModification mod = getRepositoryContentModification();
               log.debug("Caught exception closing stream for " + mod.getRootName() +
                     " " + mod.getItem().getRelativePath(), e);
            }
            finally
            {
               stream = null;
            }
View Full Code Here

TOP

Related Classes of org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.