amwebarsentitlementservice.client.factory
Class AMWebARSClientFactory

java.lang.Object
  |
  +--amwebarsentitlementservice.client.factory.AMWebARSClientFactory

public class AMWebARSClientFactory
extends java.lang.Object


Constructor Summary
protected AMWebARSClientFactory()
           
 
Method Summary
protected  java.lang.Object clone()
          It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
 AMWebARSClient generate(java.lang.String protocol_id, java.lang.String provider_id)
           
static AMWebARSClientFactory getInstance()
          Returns the only instance of the AMWebARSClientFactory.
 void returnClient(AMWebARSClient client)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMWebARSClientFactory

protected AMWebARSClientFactory()
Method Detail

getInstance

public static AMWebARSClientFactory getInstance()
Returns the only instance of the AMWebARSClientFactory.
Returns:
only instance of AMWebARSClientFactory

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
It isn't permited to clone the object: The clone method throws the CloneNotSupportedException.
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException -  

generate

public AMWebARSClient generate(java.lang.String protocol_id,
                               java.lang.String provider_id)
                        throws java.lang.CloneNotSupportedException

returnClient

public void returnClient(AMWebARSClient client)