OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IDomain

Packages that use IDomain
com.openshift.client   
com.openshift.internal.client   
com.openshift.internal.client.cartridge   
 

Uses of IDomain in com.openshift.client
 

Methods in com.openshift.client that return IDomain
 IDomain IUser.createDomain(String id)
           
 IDomain IUser.getDefaultDomain()
           
 IDomain IApplication.getDomain()
          Get the domain of the application.
 IDomain IUser.getDomain(String id)
           
 

Methods in com.openshift.client that return types with arguments of type IDomain
 List<IDomain> IUser.getDomains()
           
 List<IDomain> IOpenShiftConnection.getDomains()
          Returns the domains associated with the current OpenShift connection.
 

Constructors in com.openshift.client with parameters of type IDomain
ApplicationBuilder(IDomain domain)
           
 

Uses of IDomain in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IDomain
 class DomainResource
           
 

Methods in com.openshift.internal.client that return IDomain
 IDomain UserResource.createDomain(String id)
           
 IDomain APIResource.createDomain(String id)
           
 IDomain UserResource.getDefaultDomain()
           
 IDomain APIResource.getDefaultDomain()
           
 IDomain ApplicationResource.getDomain()
           
 IDomain UserResource.getDomain(String id)
           
 IDomain APIResource.getDomain(String id)
           
 

Methods in com.openshift.internal.client that return types with arguments of type IDomain
 List<IDomain> UserResource.getDomains()
           
 List<IDomain> APIResource.getDomains()
           
 

Methods in com.openshift.internal.client with parameters of type IDomain
protected  void APIResource.removeDomain(IDomain domain)
          Called after a domain has been destroyed
 

Uses of IDomain in com.openshift.internal.client.cartridge
 

Methods in com.openshift.internal.client.cartridge with parameters of type IDomain
protected  IOpenShiftConnection AbstractCartridgeQuery.getConnection(IDomain domain)
           
 


OpenShift Java Client 2.5.0.Final

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