Package de.mid.innovator.m2msdk.util
Interface RegisterIF
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RegisterClass,RegisterClassApplicationInnovator,RegisterClassApplicationJavaBeans,RegisterClassInnovator,RegisterClassJavaBeans,RegisterClassText
Interface for classes registering other classes at the type pool. This
interface should also be used for classes that declare new options.
- Version:
- 11.1.0
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SessionInterface session) Register the classes for this session and set the new options.
-
Method Details
-
execute
Register the classes for this session and set the new options.- Parameters:
session- current session- Throws:
M2MExceptionRemoteException
-