Package org.nuclos.api.communication
Interface CommunicationPortFactory<P extends CommunicationPort>
public interface CommunicationPortFactory<P extends CommunicationPort>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
newInstance
- Parameters:
context
-- Returns:
- a new instance in order to communicate with the Nuclos server
- Throws:
BusinessException
- Throw a BusinessException if your port is not ready. The exception message is displayed in the administration.
-
shutdown
- Throws:
BusinessException
-