|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIManager
Method Summary | |
---|---|
void |
startUserAgentService()
Starts UserAgent Service |
GumStatus |
statusUserAgentService()
Gets the UserAgent status. |
void |
stopUserAgentService()
Stops UserAgent Service |
Method Detail |
---|
void startUserAgentService() throws java.rmi.RemoteException, java.net.MalformedURLException, java.lang.InterruptedException, UserAgentUIException, ConfigException
java.rmi.RemoteException
- Thrown if occurs any RMI problem.
java.net.MalformedURLException
- Thrown if the bind address is malformed.
java.lang.InterruptedException
- Thrown if the hold thread dies.
UserAgentUIException
- Thrown if the Gum is already started.
ConfigException
void stopUserAgentService() throws java.rmi.RemoteException, UserAgentUIException, java.net.MalformedURLException, java.rmi.NotBoundException
java.rmi.RemoteException
- Thrown if occurs any RMI problem
UserAgentUIException
- Thrown if the Gum is already stopped.
java.rmi.NotBoundException
- Thrown if the Gum is not bounded at a registry.
java.net.MalformedURLException
- Thrown if the Gum address is malformed.GumStatus statusUserAgentService() throws java.rmi.RemoteException
java.rmi.RemoteException
- Thrown if occurs any RMI problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |