com.sap.caf.eu.gp.connect.eptalias.api

Interface IGPEndpointAlias


public interface IGPEndpointAlias


Field Summary
static String ENDPOINT_ALIAS_NAME
          The endpoint name.
static String ENDPOINT_ALIAS_TYPE
          The endpoint type.
static String ENDPOINT_ALIAS_TYPE_REMOTE_EJB
          The endpoint uses a RFC connnection that was defined by the user.
static String ENDPOINT_ALIAS_TYPE_RFC
          The endpoint uses a RFC connnection that was defined by the user.
static String SEARCH_WITHIN_ALL_ENDPOINTTYPES
          The search can be done within all endpoint types.
 
Method Summary
 void addProperty(String name, String value, IGPUserContext ctxt)
          Adds a property to endpoint alias.
 Date getChanged()
          Returns the latest date when the endpoint alias was changed.
 String getChanger()
          Returns the lastest changer of endpoint alias.
 Date getCreated()
          Returns the date when the endpoint alias was created.
 String getCreator()
          Returns the creator of endpoint alias.
 String getEptAliasName()
          Returns the name of endpoint alias.
 Properties getEptAliasProperties()
          Returns the properties of a endpoint alias.
 String getEptAliasTypeName()
          Returns the type of endpoint alias.
 

Field Detail

ENDPOINT_ALIAS_NAME

static final String ENDPOINT_ALIAS_NAME

The endpoint name.

See Also:
Constant Field Values

ENDPOINT_ALIAS_TYPE

static final String ENDPOINT_ALIAS_TYPE

The endpoint type.

See Also:
Constant Field Values

ENDPOINT_ALIAS_TYPE_RFC

static final String ENDPOINT_ALIAS_TYPE_RFC

The endpoint uses a RFC connnection that was defined by the user.

See Also:
Constant Field Values

ENDPOINT_ALIAS_TYPE_REMOTE_EJB

static final String ENDPOINT_ALIAS_TYPE_REMOTE_EJB

The endpoint uses a RFC connnection that was defined by the user.

See Also:
Constant Field Values

SEARCH_WITHIN_ALL_ENDPOINTTYPES

static final String SEARCH_WITHIN_ALL_ENDPOINTTYPES

The search can be done within all endpoint types.

See Also:
Constant Field Values
Method Detail

getEptAliasName

String getEptAliasName()

Returns the name of endpoint alias.

Returns:
the name of endpoint alias.

getEptAliasTypeName

String getEptAliasTypeName()

Returns the type of endpoint alias.

Returns:
the type of endpoint alias.

getEptAliasProperties

Properties getEptAliasProperties()

Returns the properties of a endpoint alias.

Returns:
the properties of a endpoint alias.

getCreator

String getCreator()

Returns the creator of endpoint alias.

Returns:
the creator of endpoint alias.

getCreated

Date getCreated()

Returns the date when the endpoint alias was created.

Returns:
the date when the endpoint alias was created.

getChanger

String getChanger()

Returns the lastest changer of endpoint alias.

Returns:
the lastest changer of endpoint alias.

getChanged

Date getChanged()

Returns the latest date when the endpoint alias was changed.

Returns:
the latest date when the endpoint alias was changed.

addProperty

void addProperty(String name,
                 String value,
                 IGPUserContext ctxt)
                 throws GPInvocationException

Adds a property to endpoint alias.

Parameters:
name - - the key of property.
value - - the value of property.
ctxt - - information about the user.
Throws:
InvocationException - - thrown if the key is null.
GPInvocationException


Copyright 2009 SAP AG Complete Copyright Notice