com.tinkerpop.rexster.protocol.msg
Class ConsoleScriptResponseMessage
java.lang.Object
com.tinkerpop.rexster.protocol.msg.RexProMessage
com.tinkerpop.rexster.protocol.msg.ConsoleScriptResponseMessage
public class ConsoleScriptResponseMessage
- extends RexProMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLAG_COMPLETE_MESSAGE
public static final byte FLAG_COMPLETE_MESSAGE
- See Also:
- Constant Field Values
ConsoleLines
public String[] ConsoleLines
Bindings
public byte[] Bindings
ConsoleScriptResponseMessage
public ConsoleScriptResponseMessage()
ConsoleLinesAsList
public List<String> ConsoleLinesAsList()
BindingsAsList
public List<String> BindingsAsList()
convertBindingsToByteArray
public static byte[] convertBindingsToByteArray(Bindings bindings)
throws IOException
- Throws:
IOException
convertResultToConsoleLines
public static List<String> convertResultToConsoleLines(Object result)
throws Exception
- Throws:
Exception
Copyright © 2009-2012. All Rights Reserved.