|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstrumentManagerConnection | |
---|---|
org.apache.excalibur.instrument.client | |
org.apache.excalibur.instrument.client.http |
Uses of InstrumentManagerConnection in org.apache.excalibur.instrument.client |
---|
Fields in org.apache.excalibur.instrument.client declared as InstrumentManagerConnection | |
---|---|
private InstrumentManagerConnection |
InstrumentManagerTree.m_connection
|
private InstrumentManagerConnection |
InstrumentManagerTreeModel.m_connection
|
private InstrumentManagerConnection |
InstrumentSampleNodeData.m_connection
|
private InstrumentManagerConnection |
InstrumentSampleFrame.m_connection
|
private InstrumentManagerConnection |
InstrumentNodeData.m_connection
|
private InstrumentManagerConnection[] |
InstrumentClientFrame.m_connectionArray
|
Methods in org.apache.excalibur.instrument.client that return InstrumentManagerConnection | |
---|---|
private InstrumentManagerConnection |
InstrumentClientFrame.createConnection(java.net.URL url)
Creates an registers a new InstrumentManagerConnection. |
(package private) InstrumentManagerConnection |
InstrumentClientFrame.getConnection(java.net.URL url)
|
(package private) InstrumentManagerConnection[] |
InstrumentClientFrame.getConnections()
|
Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentManagerConnection | |
---|---|
void |
InstrumentManagerTreeModel.closed(InstrumentManagerConnection connection)
Called when the connection is closed. |
void |
InstrumentManagerConnectionListener.closed(InstrumentManagerConnection connection)
Called when the connection is closed. |
void |
InstrumentClientFrame.closed(InstrumentManagerConnection connection)
Called when the connection is closed. |
void |
InstrumentManagerTreeModel.deleted(InstrumentManagerConnection connection)
Called when the connection is deleted. |
void |
InstrumentManagerConnectionListener.deleted(InstrumentManagerConnection connection)
Called when the connection is deleted. |
void |
InstrumentClientFrame.deleted(InstrumentManagerConnection connection)
Called when the connection is deleted. |
void |
InstrumentManagerTreeModel.opened(InstrumentManagerConnection connection)
Called when the connection is opened. |
void |
InstrumentManagerConnectionListener.opened(InstrumentManagerConnection connection)
Called when the connection is opened. |
void |
InstrumentClientFrame.opened(InstrumentManagerConnection connection)
Called when the connection is opened. |
private void |
MenuBar.rebuildInstrumentableMenu(javax.swing.JMenu instrumentableMenu,
InstrumentManagerConnection connection,
InstrumentableData instrumentable)
|
private void |
MenuBar.rebuildInstrumentManagerMenu(javax.swing.JMenu managerMenu,
InstrumentManagerConnection connection)
|
private void |
MenuBar.rebuildInstrumentMenu(javax.swing.JMenu instrumentMenu,
InstrumentManagerConnection connection,
InstrumentableData instrumentable,
InstrumentData instrument)
|
(package private) void |
InstrumentClientFrame.updateConnectionTab(InstrumentManagerConnection connection)
|
Constructors in org.apache.excalibur.instrument.client with parameters of type InstrumentManagerConnection | |
---|---|
InstrumentManagerTree(InstrumentManagerConnection connection)
|
|
InstrumentManagerTreeModel(InstrumentManagerConnection connection)
|
|
InstrumentNodeData(InstrumentData data,
InstrumentManagerConnection connection)
|
|
InstrumentSampleFrame(org.apache.avalon.framework.configuration.Configuration stateConfig,
InstrumentManagerConnection connection,
InstrumentClientFrame frame)
|
|
InstrumentSampleFrame(InstrumentManagerConnection connection,
java.lang.String sampleName,
InstrumentClientFrame frame)
|
|
InstrumentSampleNodeData(java.lang.String instrumentName,
InstrumentSampleData data,
InstrumentManagerConnection connection)
|
Uses of InstrumentManagerConnection in org.apache.excalibur.instrument.client.http |
---|
Subclasses of InstrumentManagerConnection in org.apache.excalibur.instrument.client.http | |
---|---|
class |
HTTPInstrumentManagerConnection
A Connection to the remote InstrumentManager which connects using the HTTP connector. |
Methods in org.apache.excalibur.instrument.client.http that return InstrumentManagerConnection | |
---|---|
InstrumentManagerConnection |
AbstractHTTPData.getConnection()
Returns the InstrumentManagerConnection that owns the data object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |