OpenShift Java Client 2.5.0.Final

com.openshift.internal.client
Class AbstractOpenShiftConnectionFactory

java.lang.Object
  extended by com.openshift.internal.client.AbstractOpenShiftConnectionFactory
Direct Known Subclasses:
OpenShiftConnectionFactory

public abstract class AbstractOpenShiftConnectionFactory
extends Object

Connection Factory, used to establish a connection and retrieve a user.

Author:
Xavier Coulon, Andre Dietisheim

Constructor Summary
AbstractOpenShiftConnectionFactory()
           
 
Method Summary
protected  IOpenShiftConnection getConnection(IRestService service, String login, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOpenShiftConnectionFactory

public AbstractOpenShiftConnectionFactory()
Method Detail

getConnection

protected IOpenShiftConnection getConnection(IRestService service,
                                             String login,
                                             String password)
                                      throws IOException,
                                             OpenShiftException
Throws:
IOException
OpenShiftException

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.