Package info.oais.interfaces.oaisif
Interface Generic2Switchboard
public interface Generic2Switchboard
The additional methods used to communicate between a Generic Adapter and a
 Switchboard. The methods for communicating with any other source of information
 will also be needed. The Generic adapter should be configured to know the name
 of the service is is being used for (e.g. the URI) and also the communications
 mechanism to use e.g. HTTP at port 7778.
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
- 
Field SummaryFields Modifier and Type Field Description static CommunicationGToGm_CommunicationGToGInternal value of the Communication method between Generic to Genericstatic GenericAdapterm_GenericAdapterInternal value for the Generic Adapter
- 
Method SummaryModifier and Type Method Description CommunicationGToGfindInfoSource(String source)Find the Communication mechanism to communicate with named source.voidregisterMe(char[] myName, CommunicationGToG myComms)
- 
Field Details- 
m_CommunicationGToGInternal value of the Communication method between Generic to Generic
- 
m_GenericAdapterInternal value for the Generic Adapter
 
- 
- 
Method Details- 
findInfoSourceFind the Communication mechanism to communicate with named source.- Parameters:
- source- The source being searched for.
- Returns:
- The Communication mechanism to use.
 
- 
registerMe- Parameters:
- myName- The name of the thing being registered.
- myComms- Details of the COmmunication method to use.
 
 
-