com.deltax.cpacker
Interface ClassPacker.RmiImplNameProvider
- All Known Implementing Classes:
- ClassPacker.DefaultRmiImplNameProvider, ClassPacker.PropertiesImplNameProvider
- Enclosing class:
- ClassPacker
- public static interface ClassPacker.RmiImplNameProvider
This interface must be implemented by any class providing
RMI implementation name conventions for searching implementations
of Remote interfaces.
Method Summary |
java.lang.String[] |
getImplSkelNames(java.lang.String interfaceName)
Given an interface name, an array containing all the possible names for
implementation skeleton (built following some convention defined by the
provider) is returned. |
java.lang.String[] |
getImplStubNames(java.lang.String interfaceName)
Given an interface name, an array containing all the possible names for
implementation stub (built following some convention defined by the
provider) is returned. |
getImplSkelNames
public java.lang.String[] getImplSkelNames(java.lang.String interfaceName)
- Given an interface name, an array containing all the possible names for
implementation skeleton (built following some convention defined by the
provider) is returned.
getImplStubNames
public java.lang.String[] getImplStubNames(java.lang.String interfaceName)
- Given an interface name, an array containing all the possible names for
implementation stub (built following some convention defined by the
provider) is returned.