Skip to Content
0
Former Member
May 02, 2008 at 04:38 PM

Using the ITimebasedPublishEvent.EVENT_TYPE_STOP for a repository service

19 Views

Hi Expert,

corresponding the the thread "https://forums.sdn.sap.com/thread.jspa?threadID=789842&tstart=0" I want to implement a repository service, which started when the validto date in the lifetime properiy is exceeded.

For this case I inserted in the method "received" an If-Clausel which should catch this event, like this:

public void received(IEvent event) {

IResourceEvent myEvent = (IResourceEvent) event;

IResource res = myEvent.getResource();

if (event.getType() == ITimebasedPublishEvent.EVENT_TYPE_STOP ) {

Do I have to change something in the "addRepositoryAssignment" and/or "removeRepositoryAssignment"? Or in general?

Thanks in Advanced!

Best regards and a nice WE!

Markus