public class

GoogleContactsConnectorOAuthClientFactory

extends Object
implements KeyedPoolableObjectFactory
java.lang.Object
   ↳ org.mule.modules.google.contact.oauth.GoogleContactsConnectorOAuthClientFactory

Summary

Fields
private GoogleContactsConnectorOAuthManager oauthManager
Public Constructors
GoogleContactsConnectorOAuthClientFactory(GoogleContactsConnectorOAuthManager 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

Public Constructors

public GoogleContactsConnectorOAuthClientFactory (GoogleContactsConnectorOAuthManager 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