Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiDelegate

All Known Subinterfaces:
EbiContentMgmtDelegate, EbiDataFetcherDelegate, EbiDirectoryDelegate, EbiEngineAdminDelegate, EbiGroupPreferenceDelegate, EbiQueryEngineDelegate, EbiRealmContainerDelegate, EbiSecurityAclDelegate, EbiSecurityDelegate, EbiSecurityMetaDelegate, EbiTaskMgmtDelegate, EbiUserDelegate, EbiUserMetaDelegate, EbiUserPreferenceDelegate, EbiWorkflowEngineDelegate, EbiWorkitemDelegate

public interface EbiDelegate

Generic interface for business delegate subinterfaces.


Field Summary
static String SERVICE_LOCAL
          Value used to indicate that the delegate is accessing a local service.
static String SERVICE_REMOTE
          Value used to indicate that the delegate is accessing a remote service.
 
Method Summary
 String getName()
          Gets the name of the service used by the delegate.
 

Field Detail

SERVICE_LOCAL

public static final String SERVICE_LOCAL
Value used to indicate that the delegate is accessing a local service.

SERVICE_REMOTE

public static final String SERVICE_REMOTE
Value used to indicate that the delegate is accessing a remote service.
Method Detail

getName

public String getName()
Gets the name of the service used by the delegate.
Returns:
The name of the underlying service used by the delegate.

Novell exteNd
Director 5.2 API