org.nuxeo.runtime.jboss.adapter
Class RepositoryAdapter
java.lang.Object
org.nuxeo.runtime.jboss.adapter.RepositoryAdapter
- All Implemented Interfaces:
- EventListener
public class RepositoryAdapter
- extends Object
- implements EventListener
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryAdapter
public RepositoryAdapter()
aboutToHandleEvent
public boolean aboutToHandleEvent(Event event)
- Description copied from interface:
EventListener
- Notified about an event about to be processed.
Returns false to cancel the event.
- Specified by:
aboutToHandleEvent in interface EventListener
- Parameters:
event - the event
- Returns:
- false to cancel the event or true otherwise
handleEvent
public void handleEvent(Event event)
- Description copied from interface:
EventListener
- An event was received.
- Specified by:
handleEvent in interface EventListener
deployRepository
public void deployRepository(String name)
throws Exception
- Throws:
Exception
undeployRepository
public void undeployRepository(String name)
throws Exception
- Throws:
Exception
getDSContent
public String getDSContent(String name)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.