Package org.kie.remote.message
Class ListKieSessionObjectMessage
- java.lang.Object
-
- org.kie.remote.message.AbstractMessage
-
- org.kie.remote.message.ListKieSessionObjectMessage
-
- All Implemented Interfaces:
Serializable,Message,ResultMessage<Collection>
public class ListKieSessionObjectMessage extends AbstractMessage implements Serializable, ResultMessage<Collection>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kie.remote.message.AbstractMessage
id, timestamp
-
-
Constructor Summary
Constructors Constructor Description ListKieSessionObjectMessage()ListKieSessionObjectMessage(String id, Collection<Serializable> objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectiongetObjects()CollectiongetResult()StringtoString()-
Methods inherited from class org.kie.remote.message.AbstractMessage
getId, getTimestamp, setId, setTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.remote.message.Message
getId, getTimestamp
-
-
-
-
Constructor Detail
-
ListKieSessionObjectMessage
public ListKieSessionObjectMessage()
-
ListKieSessionObjectMessage
public ListKieSessionObjectMessage(String id, Collection<Serializable> objects)
-
-
Method Detail
-
getResult
public Collection getResult()
- Specified by:
getResultin interfaceResultMessage<Collection>
-
getObjects
public Collection getObjects()
-
-