|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerInfo
Provides access to members that define a SOM (Server Object Manager).
Method Summary | |
---|---|
IIdentity |
getIdentity()
The user identity of the client (httpHandler) adding the SOM. |
String |
getServerName()
The name of the SOM. |
void |
setIdentity(IIdentity ppIdentity)
The user identity of the client (httpHandler) adding the SOM. |
void |
setServerName(String serverName)
The name of the SOM. |
Method Detail |
---|
void setServerName(String serverName) throws IOException, AutomationException
serverName
- The serverName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIdentity(IIdentity ppIdentity) throws IOException, AutomationException
ppIdentity
- A reference to a com.esri.arcgis.server.IIdentity (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIdentity getIdentity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |