de.fzj.unicore.wsrflite.messaging
Class ResourceDeletedMessage
java.lang.Object
de.fzj.unicore.wsrflite.messaging.Message
de.fzj.unicore.wsrflite.messaging.ResourceDeletedMessage
- All Implemented Interfaces:
- Serializable
public class ResourceDeletedMessage
- extends Message
used to notify a "parent" ws-resource that a "child" resource
has been destroyed
- Since:
- 1.8.9
- Author:
- schuller
- See Also:
- Serialized Form
| Methods inherited from class de.fzj.unicore.wsrflite.messaging.Message |
getBody, getFaultTo, getFrom, getMessageId, getReplyTo, getTo, setBody, setFaultTo, setFrom, setMessageId, setReplyTo, setTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceDeletedMessage
public ResourceDeletedMessage(String serviceName,
String deletedResource)
ResourceDeletedMessage
public ResourceDeletedMessage(Serializable body)
getDeletedResource
public String getDeletedResource()
setDeletedResource
public void setDeletedResource(String deletedResource)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
Copyright © 2010. All Rights Reserved.