imsmqtransactiondispenser3

package
v1.2.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IMSMQTransactionDispenser3 interface identifier eba96b15-2168-11d3-898c-00e02c074f6b
	TransactionDispenser3IID = &dcom.IID{Data1: 0xeba96b15, Data2: 0x2168, Data3: 0x11d3, Data4: []byte{0x89, 0x8c, 0x00, 0xe0, 0x2c, 0x07, 0x4f, 0x6b}}
	// Syntax UUID
	TransactionDispenser3SyntaxUUID = &uuid.UUID{TimeLow: 0xeba96b15, TimeMid: 0x2168, TimeHiAndVersion: 0x11d3, ClockSeqHiAndReserved: 0x89, ClockSeqLow: 0x8c, Node: [6]uint8{0x0, 0xe0, 0x2c, 0x7, 0x4f, 0x6b}}
	// Syntax ID
	TransactionDispenser3SyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: TransactionDispenser3SyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/mqac"
)

Functions

func NewTransactionDispenser3ServerHandle

func NewTransactionDispenser3ServerHandle(o TransactionDispenser3Server) dcerpc.ServerHandle

func RegisterTransactionDispenser3Server

func RegisterTransactionDispenser3Server(conn dcerpc.Conn, o TransactionDispenser3Server, opts ...dcerpc.Option)

func TransactionDispenser3ServerHandle

func TransactionDispenser3ServerHandle(ctx context.Context, o TransactionDispenser3Server, opNum int, r ndr.Reader) (dcerpc.Operation, error)

Types

type BeginTransactionRequest

type BeginTransactionRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This *dcom.ORPCThis `idl:"name:This" json:"this"`
}

BeginTransactionRequest structure represents the BeginTransaction operation request

func (*BeginTransactionRequest) MarshalNDR

func (o *BeginTransactionRequest) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*BeginTransactionRequest) UnmarshalNDR

func (o *BeginTransactionRequest) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type BeginTransactionResponse

type BeginTransactionResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That        *dcom.ORPCThat     `idl:"name:That" json:"that"`
	Transaction *mqac.Transaction3 `idl:"name:ptransaction" json:"transaction"`
	// Return: The BeginTransaction return value.
	Return int32 `idl:"name:Return" json:"return"`
}

BeginTransactionResponse structure represents the BeginTransaction operation response

func (*BeginTransactionResponse) MarshalNDR

func (o *BeginTransactionResponse) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*BeginTransactionResponse) UnmarshalNDR

func (o *BeginTransactionResponse) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type GetPropertiesRequest

type GetPropertiesRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This *dcom.ORPCThis `idl:"name:This" json:"this"`
}

GetPropertiesRequest structure represents the Properties operation request

func (*GetPropertiesRequest) MarshalNDR

func (o *GetPropertiesRequest) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetPropertiesRequest) UnmarshalNDR

func (o *GetPropertiesRequest) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type GetPropertiesResponse

type GetPropertiesResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That       *dcom.ORPCThat `idl:"name:That" json:"that"`
	Properties *oaut.Dispatch `idl:"name:ppcolProperties" json:"properties"`
	// Return: The Properties return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetPropertiesResponse structure represents the Properties operation response

func (*GetPropertiesResponse) MarshalNDR

func (o *GetPropertiesResponse) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetPropertiesResponse) UnmarshalNDR

func (o *GetPropertiesResponse) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type TransactionDispenser3Client

type TransactionDispenser3Client interface {

	// IDispatch retrieval method.
	Dispatch() idispatch.DispatchClient

	// BeginTransaction operation.
	BeginTransaction(context.Context, *BeginTransactionRequest, ...dcerpc.CallOption) (*BeginTransactionResponse, error)

	// Properties operation.
	GetProperties(context.Context, *GetPropertiesRequest, ...dcerpc.CallOption) (*GetPropertiesResponse, error)

	// AlterContext alters the client context.
	AlterContext(context.Context, ...dcerpc.Option) error

	// Conn returns the client connection (unsafe)
	Conn() dcerpc.Conn

	// IPID sets the object interface identifier.
	IPID(context.Context, *dcom.IPID) TransactionDispenser3Client
}

IMSMQTransactionDispenser3 interface.

func NewTransactionDispenser3Client

func NewTransactionDispenser3Client(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (TransactionDispenser3Client, error)

type TransactionDispenser3Server

type TransactionDispenser3Server interface {

	// IDispatch base class.
	idispatch.DispatchServer

	// BeginTransaction operation.
	BeginTransaction(context.Context, *BeginTransactionRequest) (*BeginTransactionResponse, error)

	// Properties operation.
	GetProperties(context.Context, *GetPropertiesRequest) (*GetPropertiesResponse, error)
}

IMSMQTransactionDispenser3 server interface.

type UnimplementedTransactionDispenser3Server

type UnimplementedTransactionDispenser3Server struct {
	idispatch.UnimplementedDispatchServer
}

Unimplemented IMSMQTransactionDispenser3

func (UnimplementedTransactionDispenser3Server) BeginTransaction

func (UnimplementedTransactionDispenser3Server) GetProperties

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL