edu.iris.Fissures.IfNetwork
Interface NetworkFinderOperations

All Known Subinterfaces:
NetworkFinder
All Known Implementing Classes:
_NetworkFinderStub, NetworkFinderPOA, NetworkFinderPOATie

public interface NetworkFinderOperations

The NetworkFinder


Method Summary
 NetworkAccess[] retrieve_all()
           
 NetworkAccess[] retrieve_by_code(java.lang.String code)
          Only returns reals.
 NetworkAccess retrieve_by_id(NetworkId id)
          Only returns reals.
 NetworkAccess[] retrieve_by_name(java.lang.String name)
           
 

Method Detail

retrieve_by_id

NetworkAccess retrieve_by_id(NetworkId id)
                             throws NetworkNotFound
Only returns reals. Virtuals do not have a code

Throws:
NetworkNotFound

retrieve_by_code

NetworkAccess[] retrieve_by_code(java.lang.String code)
                                 throws NetworkNotFound
Only returns reals. Virtuals do not have a code

Throws:
NetworkNotFound

retrieve_by_name

NetworkAccess[] retrieve_by_name(java.lang.String name)
                                 throws NetworkNotFound
Throws:
NetworkNotFound

retrieve_all

NetworkAccess[] retrieve_all()