public class ServiceProcessPrintSourceItemImpl extends java.lang.Object implements ServiceProcessSourceItem
修飾子とタイプ | クラスと説明 |
---|---|
class |
ServiceProcessPrintSourceItemImpl.PrintProcessExec
printプロセス実装のラッパークラス。
|
コンストラクタと説明 |
---|
ServiceProcessPrintSourceItemImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getFormatType()
プロセスのformat_typeを返す
|
Key |
getFormatTypeKey()
プロセスのformat_type(Key)を返す
|
ServiceProcess |
getServiceProcess(Resource arg0,
Key arg1,
Key arg2,
java.util.Map arg3,
ServiceProcessSource arg4)
printプロセス実装を返す
|
public java.lang.String getFormatType()
getFormatType
インタフェース内 ServiceProcessSourceItem
public Key getFormatTypeKey()
getFormatTypeKey
インタフェース内 ServiceProcessSourceItem
public ServiceProcess getServiceProcess(Resource arg0, Key arg1, Key arg2, java.util.Map arg3, ServiceProcessSource arg4) throws FatalException
getServiceProcess
インタフェース内 ServiceProcessSourceItem
arg0
- カーネルリソースarg1
- サービス名(Key)arg2
- プロセス名(Key)arg3
- プロセス情報マップarg4
- プロセス生成ファクトリFatalException