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.
#include <SPTBlastClass.h>
Inheritance diagram for SecurePlayLibrary::SPTBlastClass:

Public Member Functions | |
| SPTBlastClass () | |
| SPTBlastClass (SPGameInterface *gameobj, string master, string transactionID, string AGE, vector< string > transinfo) | |
| vector< string > | APIgetTransactionContent () |
| void | onincomingTransaction (SPMessageClass *incoming) |
| SPAbstractTransactionInterface * | APIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message) |
| string | APIgetTransactionType () |
Static Public Member Functions | |
| string | gettranstype () |
| SPAbstractTransactionInterface * | createBlast (SPGameInterface *gameobj, string master, string AGE, vector< string > transinfo) |
| bool | registerTransaction () |
|
|
Default Constructor. |
|
||||||||||||||||||||||||
|
Overloaded Constructor
|
|
||||||||||||
|
Creates a new instance of an Abstract Transaction class.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTBeginGame, SecurePlayLibrary::SPTEndGame, and SecurePlayLibrary::SPTnewAGEClass. |
|
|
This method returns the contents of the Blast
|
|
|
This method returns a String of the transactiontype.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTBeginGame, SecurePlayLibrary::SPTEndGame, and SecurePlayLibrary::SPTnewAGEClass. |
|
||||||||||||||||||||
|
This method creates a SPTBlastClass transaction.
|
|
|
This method gets the transaction type.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTBeginGame, SecurePlayLibrary::SPTEndGame, and SecurePlayLibrary::SPTnewAGEClass. |
|
|
This method is not supported because this is a single step transaction Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. |
|
|
Registers this transaction.
Reimplemented in SecurePlayLibrary::SPTBeginGame, SecurePlayLibrary::SPTEndGame, and SecurePlayLibrary::SPTnewAGEClass. |