扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.naming类reference的类成员方法: get定义及介绍
发布时间:2014-2-18
本文导语:
get
public refaddr get(int posn)
检索索引 posn 处的地址。
参数:posn - 要检索的地址的索引。
返回:索引 posn(从 0 开始)处的地址。必须在范围 [0,getaddresscount()) 内。
抛出:
arrayindexoutofboundsexception - 如果 posn 不在指定的范围内...