tigase.xmpp.impl.roster
Class RosterFactory

java.lang.Object
  extended by tigase.xmpp.impl.roster.RosterFactory

public abstract class RosterFactory
extends Object

Describe class RosterFactory here. Created: Thu Sep 4 18:33:11 2008

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
RosterFactory()
           
 
Method Summary
static RosterAbstract getRosterImplementation(boolean shared_impl)
          Method description
static RosterAbstract getRosterImplementation(String class_name, boolean shared_impl)
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RosterFactory

public RosterFactory()
Method Detail

getRosterImplementation

public static RosterAbstract getRosterImplementation(boolean shared_impl)
Method description

Parameters:
shared_impl -
Returns:

getRosterImplementation

public static RosterAbstract getRosterImplementation(String class_name,
                                                     boolean shared_impl)
                                              throws ClassNotFoundException,
                                                     InstantiationException,
                                                     IllegalAccessException
Method description

Parameters:
class_name -
shared_impl -
Returns:
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.