public class ServiceProcessIteratorSourceItemImpl extends java.lang.Object implements ServiceProcessSourceItem, java.io.Serializable
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_ContinueCondition |
static Key |
KEY_Counter |
static Key |
KEY_EvaluateCondition |
static Key |
KEY_EvaluateCounter |
static Key |
KEY_IteratorCounter |
static Key |
KEY_IteratorEvaluateCounter |
static Key |
KEY_Process |
static Key |
KEY_Session |
static Key |
KEY_Source |
コンストラクタと説明 |
---|
ServiceProcessIteratorSourceItemImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getFormatType()
ServiceProcessFactorySourceがサポートするフォーマット名を返す。
|
Key |
getFormatTypeKey()
ServiceProcessFactorySourceがサポートするフォーマット名(Key)を返す。
|
static ServiceProcessSourceItem |
getInstance() |
ServiceProcess |
getServiceProcess(Resource resource,
Key serviceNameKey,
Key processNameKey,
java.util.Map info,
ServiceProcessSource processFactory)
ServiceProcessを返す
|
ServiceProcessIterator |
getServiceProcessIterator(Resource resource,
Key serviceNameKey,
Key processNameKey,
java.util.Map info,
ServiceProcessSource processFactory) |
public static final Key KEY_Source
public static final Key KEY_Session
public static final Key KEY_Counter
public static final Key KEY_EvaluateCounter
public static final Key KEY_EvaluateCondition
public static final Key KEY_ContinueCondition
public static final Key KEY_Process
public static final Key KEY_IteratorCounter
public static final Key KEY_IteratorEvaluateCounter
public static ServiceProcessSourceItem getInstance()
public java.lang.String getFormatType()
ServiceProcessSourceItem
getFormatType
インタフェース内 ServiceProcessSourceItem
public ServiceProcess getServiceProcess(Resource resource, Key serviceNameKey, Key processNameKey, java.util.Map info, ServiceProcessSource processFactory) throws FatalException
ServiceProcessSourceItem
getServiceProcess
インタフェース内 ServiceProcessSourceItem
resource
- カーネルリソースserviceNameKey
- サービス名(Key)processNameKey
- プロセス名(Key)info
- プロセス情報マップprocessFactory
- プロセス生成ファクトリFatalException
public ServiceProcessIterator getServiceProcessIterator(Resource resource, Key serviceNameKey, Key processNameKey, java.util.Map info, ServiceProcessSource processFactory)
public Key getFormatTypeKey()
ServiceProcessSourceItem
getFormatTypeKey
インタフェース内 ServiceProcessSourceItem