Interface TraceMethod

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectMethod

public interface TraceMethod extends TraceObjectInterface
An object which can be invoked as a method

TODO: Should parameters and return type be something incorporated into Schemas?

NOTE: We might keep this around a bit longer, since some connectors may like to reflect an object model that presents methods in the tree. The connector will need to provide the means of invocation, and that may become better integrated into the UI, but at least for now, being able to show and hide them is important, so we at least need a named interface for them.