org.apache.felix.deployment.rp.autoconf
Class AutoConfResourceProcessor

java.lang.Object
  extended by org.apache.felix.deployment.rp.autoconf.AutoConfResourceProcessor
All Implemented Interfaces:
ResourceProcessor

public class AutoConfResourceProcessor
extends Object
implements ResourceProcessor


Constructor Summary
AutoConfResourceProcessor()
           
 
Method Summary
 void begin(DeploymentSession session)
           
 void cancel()
           
 void commit()
           
 void dropAllResources()
           
 void dropped(String name)
           
 void prepare()
           
 void process(String name, InputStream stream)
           
 void rollback()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoConfResourceProcessor

public AutoConfResourceProcessor()
Method Detail

start

public void start()
           throws IOException
Throws:
IOException

begin

public void begin(DeploymentSession session)
Specified by:
begin in interface ResourceProcessor

process

public void process(String name,
                    InputStream stream)
             throws ResourceProcessorException
Specified by:
process in interface ResourceProcessor
Throws:
ResourceProcessorException

dropped

public void dropped(String name)
             throws ResourceProcessorException
Specified by:
dropped in interface ResourceProcessor
Throws:
ResourceProcessorException

dropAllResources

public void dropAllResources()
                      throws ResourceProcessorException
Specified by:
dropAllResources in interface ResourceProcessor
Throws:
ResourceProcessorException

prepare

public void prepare()
             throws ResourceProcessorException
Specified by:
prepare in interface ResourceProcessor
Throws:
ResourceProcessorException

commit

public void commit()
Specified by:
commit in interface ResourceProcessor

rollback

public void rollback()
Specified by:
rollback in interface ResourceProcessor

cancel

public void cancel()
Specified by:
cancel in interface ResourceProcessor


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.