ora.core.remote.provider
Interface RemoteInterface_provider

All Known Subinterfaces:
Interface_provider
All Known Implementing Classes:
ElementManager_provider, Feature_Provider, File_provider

public interface RemoteInterface_provider


Field Summary
static int TYPE_FILE
           
static int TYPE_REPLY
           
 
Method Summary
 java.lang.String getDescription()
           
 int getProviderType()
           
 boolean isFeature()
           
 

Field Detail

TYPE_FILE

static final int TYPE_FILE
See Also:
Constant Field Values

TYPE_REPLY

static final int TYPE_REPLY
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()

isFeature

boolean isFeature()

getProviderType

int getProviderType()