|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.util.ConnectivityIdFactory
public final class ConnectivityIdFactory
A factory to create Id objects in Crawlers and Agents.
| Method Summary | |
|---|---|
Id |
createId(java.lang.String dataSourceId,
Attribute[] idAttributes)
Create an Id object based on the given Attributes. |
static ConnectivityIdFactory |
getInstance()
Returns the singleton instance of the IdFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConnectivityIdFactory getInstance()
public Id createId(java.lang.String dataSourceId,
Attribute[] idAttributes)
dataSourceId - the dataSourceId. Must not be null or empty.idAttributes - an array of Attribute objects whose values are used to create the Id. Must not be null or empty.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||