de.fzj.unicore.wsrflite.persistence
Class WSRFInstanceBean
java.lang.Object
de.fzj.unicore.wsrflite.persistence.WSRFInstanceBean
- All Implemented Interfaces:
- Serializable
public class WSRFInstanceBean
- extends Object
- implements Serializable
information that gets persisted
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uniqueID
@ID
public String uniqueID
serviceName
public String serviceName
className
public String className
WSRFInstanceBean
public WSRFInstanceBean(String uniqueID,
String serviceName,
String className,
Map<String,Serializable> state)
getState
public Map<String,Serializable> getState()
getUniqueID
public String getUniqueID()
Copyright © 2010. All Rights Reserved.