Key (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.registry.infomodel Interface Key


public interface Key

Represents a unique key that identifies a RegistryObject. Must be a DCE 128 UUID.

作者:
Farrukh S. Najmi
另请参见:
RegistryObject

方法摘要
 String getId()
          Returns the unique Id of this key.
 void setId(String id)
          Sets the unique id associated with this key.
 

方法详细信息

getId

String getId()
             throws JAXRException
Returns the unique Id of this key. Default is a NULL String.

Capability Level: 0

返回:
the id for this object
抛出异常:
JAXRException - If the JAXR provider encounters an internal error

setId

void setId(String id)
           throws JAXRException
Sets the unique id associated with this key.

Capability Level: 0

参数:
id - the id being defined for this object
抛出异常:
JAXRException - If the JAXR provider encounters an internal error

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.