public class

GoogleTasksConnectorOAuthClientFactory

extends Object
implements KeyedPoolableObjectFactory
java.lang.Object
   ↳ org.mule.module.google.task.oauth.GoogleTasksConnectorOAuthClientFactory

Summary

Fields
private GoogleTasksConnectorOAuthManager oauthManager
Public Constructors
GoogleTasksConnectorOAuthClientFactory(GoogleTasksConnectorOAuthManager oauthManager)
Public Methods
void activateObject(Object key, Object obj)
void destroyObject(Object key, Object obj)
Object makeObject(Object key)
void passivateObject(Object key, Object obj)
boolean validateObject(Object key, Object obj)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.commons.pool.KeyedPoolableObjectFactory

Fields

private GoogleTasksConnectorOAuthManager oauthManager

Public Constructors

public GoogleTasksConnectorOAuthClientFactory (GoogleTasksConnectorOAuthManager oauthManager)

Parameters
oauthManager

Public Methods

public void activateObject (Object key, Object obj)

Parameters
key
obj
Throws
Exception

public void destroyObject (Object key, Object obj)

Parameters
key
obj
Throws
Exception

public Object makeObject (Object key)

Parameters
key
Throws
Exception

public void passivateObject (Object key, Object obj)

Parameters
key
obj
Throws
Exception

public boolean validateObject (Object key, Object obj)

Parameters
key
obj