2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.
Main Page | Class Hierarchy | Class List | Class Members

SecurePlayLibrary::SPTnewAGEClass Class Reference

#include <SPTnewAGEClass.h>

Inheritance diagram for SecurePlayLibrary::SPTnewAGEClass:

SecurePlayLibrary::SPTBlastClass SecurePlayLibrary::SPAbstractTransactionClass SecurePlayLibrary::SPRootTransactionClass SecurePlayLibrary::SPAbstractTransactionInterface List of all members.

Public Member Functions

 SPTnewAGEClass ()
 SPTnewAGEClass (SPGameInterface *gameobj, string master, string transactionID, string AGE, string ntid, vector< string > config)
SPAbstractTransactionInterfaceAPIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message)
string APIgetNewAGE ()
string APIgetNewTransactionID ()
vector< string > APIgetNewAGEParameters ()
string APIgetTransactionType ()

Static Public Member Functions

string gettranstype ()
bool registerTransaction ()
SPAbstractTransactionInterfacecreateNewAGE (SPGameInterface *gameobj, string master, string ntid, string AGE, vector< string > configarr)
SPAbstractTransactionInterfacecreateBlast (SPGameInterface *gameobj, string master, vector< string > transinfo, string transactionID, string AGE, vector< string > configarr)

Detailed Description

This transaction is used to notify other users of a new Abstract Game Engine and provide its parameters. It is a single step transaction that sends a single beginGame message.
Author:
IT GlobalSecure Inc.
See also:
SecurePlay License Information


Constructor & Destructor Documentation

SPTnewAGEClass::SPTnewAGEClass  ) 
 

Default Constructor

SPTnewAGEClass::SPTnewAGEClass SPGameInterface gameobj,
string  master,
string  transactionID,
string  AGE,
string  ntid,
vector< string >  config
 

Specific Constructor.

Parameters:
gameobj SPGameInterface - the game that is associated with this transaction.
master 
transactionID 
AGE 
ntid 
config 


Member Function Documentation

SPAbstractTransactionInterface * SPTnewAGEClass::APIcreateTransaction SPGameInterface gameapiobj,
SPMessageClass message
[virtual]
 

Creates an instance of SPTnewAgeClass object.

Parameters:
gameapiobj SPGameInterface - game associated with this transaction
message SPMessageClass - the message that contains the details of the transaction creation.

Reimplemented from SecurePlayLibrary::SPTBlastClass.

string SPTnewAGEClass::APIgetNewAGE  ) 
 

This method returns the new AGE.

Returns:
String

vector< string > SPTnewAGEClass::APIgetNewAGEParameters  ) 
 

This method returns the new AGE parameters.

Returns:
String[]

string SPTnewAGEClass::APIgetNewTransactionID  ) 
 

This method returns the transaction ID associated with the new AGE

Returns:
String

string SPTnewAGEClass::APIgetTransactionType  )  [virtual]
 

This method returns a String of the transactiontype.

Returns:
this.transtype - String - name of transaction type

Reimplemented from SecurePlayLibrary::SPTBlastClass.

SPAbstractTransactionInterface * SPTnewAGEClass::createBlast SPGameInterface gameobj,
string  master,
vector< string >  transinfo,
string  transactionID,
string  AGE,
vector< string >  configarr
[static]
 

OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE

Parameters:
gameobj 
master 
transinfo 
transactionID 
AGE 
configarr 
Returns:
SPAbstractTransactionInterface - returns null

SPAbstractTransactionInterface * SPTnewAGEClass::createNewAGE SPGameInterface gameobj,
string  master,
string  ntid,
string  AGE,
vector< string >  configarr
[static]
 

This method creates a SPTnewAGEClass transaction.

Parameters:
gameobj 
master 
ntid 
AGE 
configarr 
Returns:
SPAbstractTransactionInterface - returns NewAGE class created

string SPTnewAGEClass::gettranstype  )  [static]
 

This method gets the transaction type.

Returns:
String

Reimplemented from SecurePlayLibrary::SPTBlastClass.

bool SPTnewAGEClass::registerTransaction  )  [static]
 

Registers this transaction.

Returns:
boolean

Reimplemented from SecurePlayLibrary::SPTBlastClass.


The documentation for this class was generated from the following files: 2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.