org.eclipse.emf.emfstore.internal.client.configuration
Class XMLRPC

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.configuration.XMLRPC

public class XMLRPC
extends Object

Contains XML RPC configuration options.

Author:
emueller, ovonwesen, mkoegel

Constructor Summary
XMLRPC()
           
 
Method Summary
 int getXMLRPCConnectionTimeout()
          Returns the XML RPC connection timeout value.
 int getXMLRPCReplyTimeout()
          Returns the XML RPC timeout value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRPC

public XMLRPC()
Method Detail

getXMLRPCConnectionTimeout

public int getXMLRPCConnectionTimeout()
Returns the XML RPC connection timeout value.

Returns:
the connection timeout value

getXMLRPCReplyTimeout

public int getXMLRPCReplyTimeout()
Returns the XML RPC timeout value.

Returns:
the timeout value


Copyright © 2015. All Rights Reserved.