Package com.orchestranetworks.d3
Interface D3NodeAsSlave
-
- All Superinterfaces:
D3Node
- All Known Subinterfaces:
D3NodeAsSlaveOnStartup
public interface D3NodeAsSlave extends D3Node
Represents the external view of the D3 engine and offers replica administrative functionalities.To create a replica engine, use
D3NodeFactory.createForSlaveFromSession(com.orchestranetworks.service.Session)
.- Since:
- 5.4.2
-
-
Method Summary
-
Methods inherited from interface com.orchestranetworks.d3.D3Node
getBroadcastVersion, getD3SlaveFromRepositoryId, getD3SlaveFromRepositoryLabel, getRegisteredSlaves, getRepositoryId, getRepositoryLabel, isMasterHome, isSlaveHome
-
-