Uses of Interface
com.ibm.cics.core.comm.IConnectionCategory

Packages that use IConnectionCategory
com.ibm.cics.core.comm   
com.ibm.cics.core.connections   
 

Uses of IConnectionCategory in com.ibm.cics.core.comm
 

Methods in com.ibm.cics.core.comm that return IConnectionCategory
 IConnectionCategory ConnectionRegistry.findCategory(java.lang.Class<? extends IConnection> connectionType)
          Finds the IConnectionCategory a given connectionType belongs to.
 IConnectionCategory ConnectionRegistry.findCategory(java.lang.String id)
          Deprecated. use ConnectionRegistry.getConnectionCategory(String)
 IConnectionCategory IConnectionDescriptor.getCategory()
          Returns the IConnectionCategory this connection type belongs to.
 IConnectionCategory[] ConnectionRegistry.getConnectionCategories()
          Get all IConnectionCategorys
 IConnectionCategory ConnectionRegistry.getConnectionCategory(java.lang.String aCategoryID)
          Finds an IConnectionCategory with the supplied ID.
 

Uses of IConnectionCategory in com.ibm.cics.core.connections
 

Methods in com.ibm.cics.core.connections that return types with arguments of type IConnectionCategory
 java.util.List<IConnectionCategory> IConnectionService.getConnectionCategories()
           
 

Methods in com.ibm.cics.core.connections with parameters of type IConnectionCategory
static Image ConnectionsImages.getCreateConnectionImage(IConnectionCategory aConnectionCategory)
           
static ImageDescriptor ConnectionsImages.getCreateConnectionImageDescriptor(IConnectionCategory aConnectionCategory)
           
static Image ConnectionsImages.getImage(IConnectionCategory aConnectionCategory)
           
 

Constructors in com.ibm.cics.core.connections with parameters of type IConnectionCategory
ConnectionServiceListener.ConnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ExceptionEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile, java.lang.Exception exception)
           
 



Copyright © 2013 IBM Corp. All Rights Reserved.