パッケージ jcifs
インタフェース DfsReferralData
-
- 既知のサブインタフェースのリスト:
DfsReferralDataInternal
- 既知の実装クラスのリスト:
DfsReferralDataImpl
public interface DfsReferralDataInformation returned in DFS referrals- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 StringgetDomain()longgetExpiration()StringgetLink()StringgetPath()intgetPathConsumed()StringgetServer()StringgetShare()DfsReferralDatanext()<T extends DfsReferralData>
Tunwrap(Class<T> type)
-
-
-
メソッドの詳細
-
unwrap
<T extends DfsReferralData> T unwrap(Class<T> type)
- パラメータ:
type-- 戻り値:
- the referral adapted to type
- 例外:
ClassCastException- if the type is not valid for this object
-
getServer
String getServer()
- 戻り値:
- the server this referral points to
-
getDomain
String getDomain()
- 戻り値:
- the domain this referral is for
-
getShare
String getShare()
- 戻り値:
- the share this referral points to
-
getPathConsumed
int getPathConsumed()
- 戻り値:
- the number of characters from the unc path that were consumed by this referral
-
getPath
String getPath()
- 戻り値:
- the replacement path for this referal
-
getExpiration
long getExpiration()
- 戻り値:
- the expiration time of this entry
-
next
DfsReferralData next()
- 戻り値:
- pointer to next referral, points to self if there is no further referral
-
getLink
String getLink()
- 戻り値:
- the link
-
-