Go to main content

Oracle Solaris Cluster 4.3 Reference Manual

Exit Print View

Updated: September 2015
 
 

scds_get_current_method_name (3HA )

Name

scds_get_current_method_name - retrieve the last element of the path name by which a data service method was called

Synopsis

cc [flags…] –I /usr/cluster/include file –L /usr/cluster/lib 
     –l dsdev#include <rgm/libdsdev.h>const char *
     scds_get_current_method_name(scds_handle_t handle);

Description

The scds_get_current_method_name() function returns a pointer to a character string. This character string contains the last element of the path by which a data service method was called.

See the basename (3C) man page for more information.

The pointer to the character string points to memory that belongs to the Data Service Development Library (DSDL). Do not modify this memory. A call to scds_close() invalidates this pointer.

Parameters

The following parameters are supported:

handle

The handle that is returned from scds_initialize(3HA).

Errors

SCHA_ERR_NOERR

The function succeeded.

See scha_calls(3HA) for a description of other error codes.

Files

/usr/cluster/include/rgm/libdsdev.h

Include file

/usr/cluster/lib/libdsdev.so

Library

Attributes

See attributes (5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/developer/api
Interface Stability
Evolving

See Also

scds_close(3HA), scds_initialize(3HA), scha_calls(3HA), attributes (5)