Interface IInfoDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
InfoDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IInfoDelegator
Interface for 'p4 info'.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IServerInfo
getServerInfo()
Gets the server info.
-
-
-
Method Detail
-
getServerInfo
IServerInfo getServerInfo() throws ConnectionException, RequestException, AccessException
Gets the server info.- Returns:
- the server info
- Throws:
ConnectionException
- the connection exceptionRequestException
- the request exceptionAccessException
- the access exception
-
-