org.codehaus.wadi.location.endpoint
Class ReleaseEntryRequestEndPoint

java.lang.Object
  extended by org.codehaus.wadi.location.endpoint.ReleaseEntryRequestEndPoint
All Implemented Interfaces:
Lifecycle, ReleaseEntryRequestEndPointMessageListener

public class ReleaseEntryRequestEndPoint
extends java.lang.Object
implements Lifecycle, ReleaseEntryRequestEndPointMessageListener

Version:
$Revision: 1538 $

Field Summary
static ServiceName NAME
           
 
Constructor Summary
ReleaseEntryRequestEndPoint(ServiceSpace serviceSpace, Contextualiser contextualiser, StateManager stateManager, ReplicationManager replicationManager)
           
 
Method Summary
 void onReleaseEntryRequest(Envelope message, ReleaseEntryRequest request)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final ServiceName NAME
Constructor Detail

ReleaseEntryRequestEndPoint

public ReleaseEntryRequestEndPoint(ServiceSpace serviceSpace,
                                   Contextualiser contextualiser,
                                   StateManager stateManager,
                                   ReplicationManager replicationManager)
Method Detail

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface Lifecycle
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Lifecycle
Throws:
java.lang.Exception

onReleaseEntryRequest

public void onReleaseEntryRequest(Envelope message,
                                  ReleaseEntryRequest request)
Specified by:
onReleaseEntryRequest in interface ReleaseEntryRequestEndPointMessageListener


Copyright © 2010. All Rights Reserved.