mud.common.idl.servers
Interface ServerOperations
- All Known Subinterfaces:
- Server
- All Known Implementing Classes:
- _ServerStub, ServerImpl, ServerPOA
public interface ServerOperations
mud/common/idl/servers/ServerOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from DOS.idl
Tuesday, October 28, 2008 12:27:46 PM CET
Method Summary |
boolean |
action(int id,
int object_id,
int action_id)
|
boolean |
attack(int id)
|
char[][] |
getUsers(int id)
|
int |
login(char[] username,
char[] password,
Client location)
|
void |
logout(int id)
|
boolean |
move(int id,
int x,
int y)
|
void |
sendMessage(int id,
char[] message)
|
boolean |
useItem(int id,
int item_id)
|
login
int login(char[] username,
char[] password,
Client location)
logout
void logout(int id)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
move
boolean move(int id,
int x,
int y)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
action
boolean action(int id,
int object_id,
int action_id)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
attack
boolean attack(int id)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
useItem
boolean useItem(int id,
int item_id)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
sendMessage
void sendMessage(int id,
char[] message)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken
getUsers
char[][] getUsers(int id)
throws InvalidSecurityToken
- Throws:
InvalidSecurityToken