Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.activity.provider
Class AGConnectionConfig

java.lang.Object
  extended by RestClientAnnotatedConnectionConfig
      extended by oracle.wcps.activity.provider.AGConnectionConfig


@ConnectionConfiguration(connectionType="activity.provider.connection")
@L10n(bundle="oracle.wcps.provider.resources.ActivityResources")
public class AGConnectionConfig
extends RestClientAnnotatedConnectionConfig

Configuration class for accessing a remote AG Server. Clients would use it as follows: AGConnectionConfig config = new AGConnectionConfig(); config.proxyHost = ... config.proxyPort = ...

The ActivityGraphProvider class holds onto a collection of configurations: public List<AGConnectionConfig> connectionConfigurations; ConnectionConfigurations are set on the ActivityGraphProvider via this method: public void setConnectionConfigurations(List configurations) { this.connectionConfigurations = (List<AGConnectionConfig>) configurations; }

Each ActivityGraphConnection is (can be?) associated with a connection: private AGConnectionConfig config This class represents the configuration for connecting to a specific Activity Graph Server. Note: it's doing the same thing as AGProxyServer web.xml configuration, but provides a different means of accessing the AG server -- this one is independent of the proxy servlet


Field Summary
 java.lang.Boolean logREST
           
 java.lang.String restResourceIndex
           

 

Constructor Summary
AGConnectionConfig()
           

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

restResourceIndex

@ConnectionProperty(propertyName="restResourceIndex")
public java.lang.String restResourceIndex

logREST

@ConnectionProperty(propertyName="logREST")
public java.lang.Boolean logREST

Constructor Detail

AGConnectionConfig

public AGConnectionConfig()

Method Detail

toString

public java.lang.String toString()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.