tigase.xmpp.impl.roster
public abstract class RosterFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ROSTER_IMPL_PROP_KEY
Field description
|
static String |
ROSTER_IMPL_PROP_VAL
Field description
|
Constructor and Description |
---|
RosterFactory() |
Modifier and Type | Method and Description |
---|---|
static RosterAbstract |
getRosterImplementation(boolean shared_impl)
Method description
|
static RosterAbstract |
getRosterImplementation(String class_name,
boolean shared_impl)
Method description
|
public static final String ROSTER_IMPL_PROP_KEY
public static final String ROSTER_IMPL_PROP_VAL
public static RosterAbstract getRosterImplementation(boolean shared_impl)
shared_impl
- public static RosterAbstract getRosterImplementation(String class_name, boolean shared_impl) throws ClassNotFoundException, InstantiationException, IllegalAccessException
class_name
- shared_impl
- ClassNotFoundException
IllegalAccessException
InstantiationException
Copyright © 2013 Tigase. All rights reserved.