Package com.electrotank.electroserver4.extensions.api

Provides classes for handling the server-side API and responses.

See:
          Description

Interface Summary
ElectroServerApi The foundation of all server-side API code in ElectroServer 4.
EsFileSystemApi All needed file I/O methods.
EventApi ElectroServerApi extension used by event handlers.
HttpCallback Callback to be invoked once ElectroServerApi.callUrl completes either successfully or not.
ManagedObjectFactoryApi The api for a managed object factory.
PluginApi The api for a plug-in.
ScheduledCallback Contains the scheduledCallback method which will be scheduled for later execution, normally a given number of times at a set interval.
 

Class Summary
ElectroServerApiImpl The ElectroServerApiImpl provides functionality to all custom code and allows the various extensions to interact with the server directly.
EventApiImpl  
ExtensionBoundUserServerVariableResponse Data object for an extension bound user server variable.
GameManagerResponse GameManagerResponse is an object returned by the GameManager.
LanguageFilterResponse LanguageFilterResponse is an object returned by the api.
PluginApiImpl Implementation of the api for a plug-in.
PluginApiResponse Represents a response from the server in regards to a (generic) plugin request.
PluginPrivateMessageResponse This class represents a response from the server in regards to a plugin message delivery request.
PluginPublicMessageResponse This class represents a response from the server in regards to a plugin public message delivery request.
RoomResponse This class represents a response from the server in regards to a plugin request to create a room or add users to a room.
RoomVariableResponse This class represents a response from the server in regards to a plugin request to create, update, or delete a room variable.
UserServerVariableResponse This class represents a response from the server in regards to a plugin request to get, set, or delete a user server variable.
UserVariableResponse This class represents a response from the server in regards to a plugin request to create, update, or delete a user variable.
 

Enum Summary
PluginApiResponse.Status Enumeration of status states of a PluginApiResponse.
 

Package com.electrotank.electroserver4.extensions.api Description

Provides classes for handling the server-side API and responses.

Related Documentation

For an overview, please see:



Copyright © 2007 Electrotank, Inc. All Rights Reserved.