|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.xmpp.impl.roster.RosterFactory
public abstract class RosterFactory
Describe class RosterFactory here. Created: Thu Sep 4 18:33:11 2008
| Field Summary | |
|---|---|
static String |
ROSTER_IMPL_PROP_KEY
Field description |
static String |
ROSTER_IMPL_PROP_VAL
Field description |
| 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 |
| Field Detail |
|---|
public static final String ROSTER_IMPL_PROP_KEY
public static final String ROSTER_IMPL_PROP_VAL
| Constructor Detail |
|---|
public RosterFactory()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||