public class ExampleServiceFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<ExampleService> |
SERVICE_TYPE |
| Constructor and Description |
|---|
ExampleServiceFactory(ServiceImplementation<? extends ExampleService> implementation) |
| Modifier and Type | Method and Description |
|---|---|
static ExampleServiceFactory |
create(String name) |
ExampleService |
create(String arg0,
Properties arg1) |
static ExampleService |
create(String name,
String arg0,
Properties arg1) |
public static final Class<ExampleService> SERVICE_TYPE
public ExampleServiceFactory(ServiceImplementation<? extends ExampleService> implementation)
public ExampleService create(String arg0, Properties arg1)
public static ExampleServiceFactory create(String name)
public static ExampleService create(String name, String arg0, Properties arg1)
Copyright © 2012. All Rights Reserved.