|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOpenShiftConnection
Method Summary | |
---|---|
List<IDomain> |
getDomains()
Returns the domains associated with the current OpenShift connection. |
List<IEmbeddableCartridge> |
getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current OpenShift connection. |
ExecutorService |
getExecutorService()
Returns the executor service instance that's available in this connection. |
String |
getServer()
Returns the server this connection is bound to. |
List<IStandaloneCartridge> |
getStandaloneCartridges()
Returns the available standalone cartridges associated with the current OpenShift connection. |
IUser |
getUser()
Returns the user associated with the current OpenShift connection. |
void |
setEnableSSLCertChecks(boolean doSSLChecks)
Sets flag for enabling SSL certificate checks (i.e. |
void |
setProxyHost(String proxyHost)
Sets the HTTP proxy hostname |
void |
setProxyPort(String proxyPort)
Sets the HTTP proxy port |
void |
setProxySet(boolean proxySet)
Sets flag for using an HTTP proxy |
Method Detail |
---|
String getServer()
IUser getUser() throws OpenShiftException
OpenShiftException
List<IDomain> getDomains() throws OpenShiftException
OpenShiftException
List<IStandaloneCartridge> getStandaloneCartridges() throws OpenShiftException
OpenShiftException
List<IEmbeddableCartridge> getEmbeddableCartridges() throws OpenShiftException
OpenShiftException
void setEnableSSLCertChecks(boolean doSSLChecks)
doSSLChecks
- void setProxySet(boolean proxySet)
proxySet
- void setProxyHost(String proxyHost)
proxyHost
- void setProxyPort(String proxyPort)
proxyPort
- ExecutorService getExecutorService()
ExecutorService
,
Executors
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |