public abstract class AbstractEndpointFactory<T extends Endpoint> extends Object implements EndpointFactory<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endpointPattern |
protected AtomicInteger |
idGenerator |
protected int |
initialSize |
protected EndpointNameGenerator |
nameParser |
| Constructor and Description |
|---|
AbstractEndpointFactory(String endpointPattern) |
AbstractEndpointFactory(String endpointPattern,
int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
generateName() |
String |
getEndpointPattern() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected final EndpointNameGenerator nameParser
protected final AtomicInteger idGenerator
protected final String endpointPattern
protected final int initialSize
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.