public class ServiceHelper extends Object
| Constructor and Description |
|---|
ServiceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSandraName() |
static String |
getSandraUrl() |
static <S> S |
newLocalService(Class<S> klass) |
static <S> S |
newLocalService(Class<S> klass,
Properties env) |
static <S> S |
newRemoteService(Class<S> klass) |
static <S> S |
newRemoteService(Class<S> klass,
Properties env) |
static <S> S |
newService(Class<S> klass,
Properties env,
String suffix) |
public static <S> S newLocalService(Class<S> klass)
public static <S> S newLocalService(Class<S> klass, Properties env)
public static <S> S newRemoteService(Class<S> klass)
public static <S> S newRemoteService(Class<S> klass, Properties env)
public static <S> S newService(Class<S> klass, Properties env, String suffix)
public static String getSandraName()
public static String getSandraUrl()
Copyright © 2008-2013 Cybelia. All Rights Reserved.