jp.go.nict.langrid.dao.entity
クラス ExternalService

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.entity.UpdateManagedEntity
      上位を拡張 jp.go.nict.langrid.dao.entity.Service
          上位を拡張 jp.go.nict.langrid.dao.entity.ExternalService
すべての実装されたインタフェース:
Serializable, AttributedElement<ServiceAttribute>

public class ExternalService
extends Service
implements Serializable

外部サービスに必要な情報を格納する。

バージョン:
$Revision: 11958 $
作成者:
$Author: nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
ExternalService()
          コンストラクタ。
ExternalService(String gridId, String serviceId)
          コンストラクタ。
 
メソッドの概要
 ExternalService clone()
           
 
クラス jp.go.nict.langrid.dao.entity.Service から継承されたメソッド
appendSpecialEquals, appendSpecialHashCode, getAllowedAppProvision, getAllowedUse, getAlternateServiceId, getAppAuthKey, getAttribute, getAttributes, getAttributeValue, getContainerType, getCopyrightInfo, getGridId, getHowToGetMembershipInfo, getInstance, getInstanceSize, getInstanceType, getInvocations, getLicenseInfo, getNotification, getOwnerUserId, getResourceId, getServiceDeployments, getServiceDescription, getServiceEndpoints, getServiceId, getServiceName, getServiceTypeDomainId, getServiceTypeId, getStreaming, getTimeoutMillis, getWrapperSourceCodeUrl, getWsdl, isActive, isApproved, isFederatedUseAllowed, isMembersOnly, isUseAlternateService, isVisible, removeAttribute, setActive, setAllowedAppProvision, setAllowedUse, setAlternateServiceId, setAppAuthKey, setApproved, setAttribute, setAttributes, setAttributeValue, setContainerType, setCopyrightInfo, setFederatedUseAllowed, setGridId, setHowToGetMembershipInfo, setInstance, setInstanceSize, setInstanceType, setInvocations, setLicenseInfo, setMembersOnly, setNotification, setOwnerUserId, setResourceId, setServiceDeployments, setServiceDescription, setServiceEndpoints, setServiceId, setServiceName, setServiceTypeDomainId, setServiceTypeId, setStreaming, setTimeoutMillis, setUseAlternateService, setVisible, setWrapperSourceCodeUrl, setWsdl, toString
 
クラス jp.go.nict.langrid.dao.entity.UpdateManagedEntity から継承されたメソッド
equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, touchUpdatedDateTime
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExternalService

public ExternalService()
コンストラクタ。


ExternalService

public ExternalService(String gridId,
                       String serviceId)
コンストラクタ。

パラメータ:
gridId - グリッドID
serviceId - サービスID
メソッドの詳細

clone

public ExternalService clone()
定義:
クラス Service 内の clone