Class CouchbaseRemoteInfraService

java.lang.Object
org.apache.camel.test.infra.couchbase.services.CouchbaseRemoteInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, CouchbaseInfraService

public class CouchbaseRemoteInfraService extends Object implements CouchbaseInfraService
  • Constructor Details

    • CouchbaseRemoteInfraService

      public CouchbaseRemoteInfraService()
  • Method Details

    • getConnectionString

      public String getConnectionString()
      Specified by:
      getConnectionString in interface CouchbaseInfraService
    • getUsername

      public String getUsername()
      Specified by:
      getUsername in interface CouchbaseInfraService
    • getPassword

      public String getPassword()
      Specified by:
      getPassword in interface CouchbaseInfraService
    • getHostname

      public String getHostname()
      Specified by:
      getHostname in interface CouchbaseInfraService
    • getPort

      public int getPort()
      Specified by:
      getPort in interface CouchbaseInfraService
    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService