jp.go.nict.langrid.p2pgridbasis.data.langrid
クラス ServiceData

java.lang.Object
  上位を拡張 jp.go.nict.langrid.p2pgridbasis.data.Data
      上位を拡張 jp.go.nict.langrid.p2pgridbasis.data.langrid.ServiceData

public class ServiceData
extends Data

サービス情報を表すクラス

作成者:
Naoki Miyata, Masato Mori, Takao Nakaguchi

入れ子のクラスの概要
static class ServiceData.Instantiator
          ServiceDataの初期化クラス DataFactoryで利用する
 
フィールドの概要
static String _dataType
           
static String _IDPrefix
           
 
クラス jp.go.nict.langrid.p2pgridbasis.data.Data から継承されたフィールド
DEFAULT_DATE
 
コンストラクタの概要
ServiceData(Service service)
          The constructor.
ServiceData(String gid, DataID id, Calendar lastUpdate, DataAttributes attributes)
          The constructor.
 
メソッドの概要
 BPELService getBPELService()
          Get the BPELService
static DataID getDataID(Service data, ServicePK pk)
          Get the DataID.
static String getDataType()
          Get the data type string.
 ExternalService getExternalService()
          Get the ExternalService
 String getType()
          扱っているデータの型情報を返す
 WebappService getWebappService()
          Get the WebappService.
 
クラス jp.go.nict.langrid.p2pgridbasis.data.Data から継承されたメソッド
getAttributes, getGridId, getId, getLastUpdate, setAttributes, setGridId, setId, setLastUpdate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_IDPrefix

public static final String _IDPrefix
関連項目:
定数フィールド値

_dataType

public static final String _dataType
関連項目:
定数フィールド値
コンストラクタの詳細

ServiceData

public ServiceData(Service service)
            throws DataConvertException
The constructor.

パラメータ:
service -
例外:
DataConvertException

ServiceData

public ServiceData(String gid,
                   DataID id,
                   Calendar lastUpdate,
                   DataAttributes attributes)
The constructor.

パラメータ:
gid - Grid ID
id - Data ID
lastUpdate - Last updated datetime
attributes - Attribute
メソッドの詳細

getBPELService

public BPELService getBPELService()
                           throws DataConvertException
Get the BPELService

戻り値:
BPELService
例外:
ParseException
DataConvertException

getExternalService

public ExternalService getExternalService()
                                   throws DataConvertException
Get the ExternalService

戻り値:
ExternalService
例外:
ParseException
DataConvertException

getWebappService

public WebappService getWebappService()
                               throws DataConvertException
Get the WebappService.

戻り値:
WebappService
例外:
ParseException
DataConvertException

getDataType

public static String getDataType()
Get the data type string.

戻り値:
data type string

getType

public String getType()
クラス Data の記述:
扱っているデータの型情報を返す

定義:
クラス Data 内の getType
戻り値:
データの型

getDataID

public static DataID getDataID(Service data,
                               ServicePK pk)
Get the DataID.

戻り値: