com.ibm.broker.config.proxy

Class ServiceOperation

  • java.lang.Object
    • com.ibm.broker.config.proxy.ServiceOperation


  • public class ServiceOperation
    extends java.lang.Object
    Each instance of a class that implements this interface represents a file that has been successfully deployed to a single execution group.

    There are currently two classes that directly implement this interface, both of which live in the com.ibm.broker.config.proxy package:

    User-written classes do not need to implement this interface.

    Classes that implement this interface are able to describe lists of keywords and their values that may be associated with the deployed object. For a detailed discussion of the eyecatchers used when describing keywords, see the documentation for the DeployableObject interface.

    interface com.ibm.broker.config.proxy.ServiceInterface extends com.ibm.broker.config.proxy.DeployableObject

    Responsibilities States that implementing classes represent objects that have been deployed to execution groups.
    Internal Collaborators None
    
     Change Activity:
     --------  ----------- -------------   ------------------------------------
     Reason:   Date:       Originator:     Comments:
     --------  ----------- -------------   ------------------------------------
                                           v8.0.0.1 Release
    
     
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceOperation(java.lang.String name, java.lang.String type, java.util.Collection<java.lang.String> componentNames) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Collection<java.lang.String> getComponentNames()
      Returns a Collection of all the implementation objects for this service.
      java.lang.String getName()
      Returns the descriptor associated with the service.
      java.lang.String getType()
      Returns the descriptor associated with the service.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait