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

Interface IGPEptAliasTypeDefs


public interface IGPEptAliasTypeDefs


Method Summary
 IGPEptAliasTypeDef getEptAliasTypeDef(String name)
          Returns a provider with a certain name.
 Enumeration getEptAliasTypeDefs()
          Returns an enumeration of all endpoint alias definitions.
 void updateEptAliasTypeDef(IGPEptAliasTypeDef newEptAliasTypeDef, IGPUserContext ctxt)
          Transactional upate for service provider type definition
 

Method Detail

getEptAliasTypeDefs

public Enumeration getEptAliasTypeDefs()

Returns an enumeration of all endpoint alias definitions.

Returns:
an enumeration of all endpoint alias definitions.

getEptAliasTypeDef

public IGPEptAliasTypeDef getEptAliasTypeDef(String name)

Returns a provider with a certain name.

Parameters:
name - -

the provider name of endpoint alias, e.g. Remote Function Call(RFC)

Returns:
provider with a certain name.

updateEptAliasTypeDef

public void updateEptAliasTypeDef(IGPEptAliasTypeDef newEptAliasTypeDef,
                                  IGPUserContext ctxt)
                           throws GPInvocationException,
                                  GPEngineException

Transactional upate for service provider type definition

Parameters:
newEptAliasTypeDef - - the new provider defintion of endpoint alias
ctxt - - information about the user.
Throws:
InvocationException - - thrown if the input parameters are invalid.
EngineException - - thrown if something went wrong during updating.
GPInvocationException
GPEngineException


Copyright 2006 SAP AG Complete Copyright Notice