Package org.apache.sling.replication.trigger

Examples of org.apache.sling.replication.trigger.ReplicationTrigger.unregister()


                Thread.sleep(seconds * 1000);
            } catch (InterruptedException e) {
                log.error("thread interrupted", e);
            }

            replicationTrigger.unregister(replicationRequestHandler);

        } catch (ReplicationTriggerException e) {
            response.setStatus(400);
            response.getWriter().write("error while (un)registering trigger " + e.toString());
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.