|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigManagerProxyPropertyNotInitializedException in com.ibm.broker.config.proxy |
---|
Subclasses of ConfigManagerProxyPropertyNotInitializedException in com.ibm.broker.config.proxy | |
---|---|
class |
ConfigManagerProxyIncompatibilityException
This exception is thrown after an incompatibility between versions of the Configuration Manager and the connected Configuration Manager Proxy is detected. |
Methods in com.ibm.broker.config.proxy that throw ConfigManagerProxyPropertyNotInitializedException | |
---|---|
boolean |
CollectiveProxy.containsBroker(java.lang.String targetUUID)
Returns true if and only if the broker with the supplied UUID is a member of the collective. |
void |
TopologyProxy.createConnectionByName(java.lang.String sourceName,
java.lang.String targetName)
Asks the Configuration Manager to create a publish/subscribe connection between two brokers. |
void |
TopologyProxy.deleteBroker(java.lang.String name)
Asks the Configuration Manager to remove the broker with the supplied name from the Topology workspace. |
DeployResult |
TopologyProxy.deleteBroker(java.lang.String name,
long timeToWaitMs)
Asks the Configuration Manager to remove the broker with the supplied name from the Topology workspace. |
void |
TopicProxy.deleteChildTopic(java.lang.String name)
Removes the topic with the supplied name (and its children) from the current topic. |
void |
TopologyProxy.deleteCollective(java.lang.String name)
Asks the Configuration Manager to remove the collective with the supplied name from the Topology workspace. |
void |
TopologyProxy.deleteConnectionByName(java.lang.String sourceName,
java.lang.String targetName)
Asks the Configuration Manager to remove a logical connection between two brokers. |
DeployResult |
ExecutionGroupProxy.deleteDeployedObjectsByName(java.lang.String[] forDeletion,
long timeToWaitMs)
Asks the Configuration Manager to remove deployed objects from the execution group. |
void |
BrokerProxy.deleteExecutionGroup(java.lang.String name)
Asks the Configuration Manager to remove the execution group with the supplied name from the broker. |
DeployResult |
BrokerProxy.deleteExecutionGroup(java.lang.String name,
long timeToWaitMs)
Asks the Configuration Manager to remove the execution group with the supplied name from the broker. |
java.util.Enumeration<Subscription> |
SubscriptionsProxy.elements()
Returns an Enumeration of all Subscription objects available to the user that match this query. |
java.util.Enumeration<LogEntry> |
LogProxy.elements()
Returns an Enumeration of all LogEntry objects available to the user in the log. |
int |
AdministeredObject.elements(java.lang.String key)
For groups of attributes (such as subcomponents) this method returns the largest number for which an attribute exists in the current object. |
SubscriptionsProxy |
SubscriptionQuery.executeQuery()
Executes the subscription query specified by this SubscriptionQuery object against the broker. |
int |
MessageFlowProxy.getAdditionalInstances()
Returns the value of the "AdditionalInstances" parameter as it was set when originally deployed in the Bar file. |
java.lang.String |
BrokerProxy.getAuthenticationProtocols()
Deprecated. Use getRuntimeProperty(RuntimePropertyConstants.NAME_BROKERAUTHPROTOCOLS) instead. |
int |
ConfigManagerProxy.getAutoDiscoveryIntervalMins()
Returns the period of time (in minutes) between automatic discoveries of broker information from the Configuration Manager. |
java.lang.String |
MessageFlowProxy.getBARFileName()
Returns the name of the BAR file that was used to deploy the message flow to the execution group. |
java.lang.String |
MessageFlowDependency.getBARFileName()
Returns the name of the BAR file that was used to deploy the dependency to the execution group. |
java.lang.String |
DeployedObject.getBARFileName()
Returns the name of the BAR file that was used to deploy the object to the execution group. |
BrokerProxy |
TopologyProxy.getBroker(java.util.Properties props)
Returns the first BrokerProxy object that matches the filter specified by the Properties argument. |
BrokerProxy |
TopologyProxy.getBrokerByName(java.lang.String brokerName)
Returns the BrokerProxy object with the supplied name, or null if a broker of that name does not exist or if the supplied argument was null. |
java.util.Enumeration<BrokerProxy> |
TopologyProxy.getBrokers(java.util.Properties props)
Returns an enumeration of all the BrokerProxy objects that match the filter specified by the Properties argument. |
java.util.Enumeration<java.lang.String> |
CollectiveProxy.getBrokerUUIDs()
Returns a Enumeration of all the brokers in the collective's list. |
TopicProxy |
TopicProxy.getChildTopic(java.util.Properties props)
Returns the first TopicProxy object directly (that is, one level) underneath the current one that matches the supplied filter. |
TopicProxy |
TopicProxy.getChildTopicByName(java.lang.String topicName)
Returns the TopicProxy object with the supplied name, or null if a topic of that name does not exist or if the supplied argument was null. |
java.util.Enumeration<TopicProxy> |
TopicProxy.getChildTopics(java.util.Properties props)
Returns an enumeration of all TopicProxy objects directly (that is, one level) underneath the current one that match the supplied filter. |
CollectiveProxy |
TopologyProxy.getCollective(java.util.Properties props)
Returns the first CollectiveProxy object that matches the filter specified by the Properties argument. |
CollectiveProxy |
TopologyProxy.getCollectiveByName(java.lang.String collectiveName)
Returns the CollectiveProxy object with the supplied name, or null if a collective of that name does not exist or if the supplied argument was null. |
java.util.Enumeration<CollectiveProxy> |
TopologyProxy.getCollectives(java.util.Properties props)
Returns an enumeration of all the CollectiveProxy objects that match the filter specified by the Properties argument. |
int |
MessageFlowProxy.getCommitCount()
Returns the value of the "CommitCount" parameter |
int |
MessageFlowProxy.getCommitInterval()
Returns the value of the "CommitInterval" parameter |
java.lang.String |
ConfigManagerProxy.getConfigManagerFullVersion()
Returns the full version string of the Configuration Manager to which this Configuration Manager Proxy instance is connected. |
java.lang.String |
ConfigManagerProxy.getConfigManagerOSArch()
Returns a string describing the architecture of the Configuration Manager machine to which this Configuration Manager Proxy is connected. |
java.lang.String |
ConfigManagerProxy.getConfigManagerOSName()
Returns a string describing the name of the operating system running on the Configuration Manager machine to which this Configuration Manager Proxy is connected. |
java.lang.String |
ConfigManagerProxy.getConfigManagerOSVersion()
Returns a string describing the version of the operation system on the Configuration Manager machine to which this Configuration Manager Proxy is connected. |
int |
ConfigManagerProxy.getConfigManagerVersion()
Returns the major version identifier of the Configuration Manager to which the Configuration Manager Proxy is connected. |
java.lang.String |
BrokerProxy.getConfigurableServiceProperty(java.lang.String serviceObjectAndPropertyName)
Returns the value of the configurable service runtime property with the supplied name. |
java.util.Enumeration<TopologyProxy.Connection> |
TopologyProxy.getConnections()
Returns an enumeration of all TopologyProxy.Connection objects. |
java.util.Enumeration<TopologyProxy.Connection> |
TopologyProxy.getConnections(java.lang.String brokerUUID)
Returns an enumeration of TopologyProxy.Connection objects that affect the broker with the supplied UUID |
boolean |
MessageFlowProxy.getCoordinatedTransaction()
Returns the value of the "CoordinatedTransaction" parameter |
TopicProxy.Policy |
TopicProxy.getDefaultPolicy()
Returns the default Topic Policy. |
DeployedObject |
ExecutionGroupProxy.getDeployedObjectByName(java.lang.String filename)
Returns a reference to the deployed object with the supplied name (e.g. |
java.util.Enumeration |
ExecutionGroupProxy.getDeployedObjects()
Returns an Enumeration of all the objects deployed to the current execution group. |
java.util.Enumeration<DeployedObject> |
ExecutionGroupProxy.getDeployedObjects(java.lang.String fileExtension)
Returns an enumeration of all the deployed objects with the supplied extension that are deployed to the current execution group. |
int |
ExecutionGroupProxy.getDeployedObjectsCount(java.lang.String name)
Returns the number of deployed objects that match the supplied name. |
ExecutionGroupProxy |
BrokerProxy.getExecutionGroup(java.util.Properties props)
Returns the first ExecutiongroupProxy object that matches the filter specified by the Properties argument. |
ExecutionGroupProxy |
BrokerProxy.getExecutionGroupByName(java.lang.String executionGroupName)
Returns the ExecutionGroupProxy object with the supplied name, or null if an execution group of that name does not exist or if the supplied argument was null. |
java.util.Enumeration<ExecutionGroupProxy> |
BrokerProxy.getExecutionGroups(java.util.Properties props)
Returns an enumeration of all the ExecutionGroupProxy objects that match the filter specified by the Properties argument. |
java.lang.String |
MessageFlowProxy.getFullName()
Returns the name of the current deployable as it existed in the BAR file at deployment time- including any file extension but excluding any path information. |
java.lang.String |
MessageFlowDependency.getFullName()
Returns the name of the current dependency as it existed in the BAR file at deployment time- including any file extension but excluding any path information. |
java.lang.String |
DeployableObject.getFullName()
Returns the name of the current deployed object as it existed in the BAR file at deployment time- including any file extension but excluding any path information. |
java.util.Enumeration |
TopicRootProxy.getGroups()
Returns an Enumeration of all group principals known to the User Name Server. |
java.lang.String |
BrokerProxy.getHTTPListenerProperty(java.lang.String objectAndpropertyName)
Returns the value of the HTTP listener runtime property with the supplied name. |
java.lang.String |
BrokerProxy.getInterbrokerHost()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERHOST, ...) instead. |
int |
BrokerProxy.getInterbrokerPort()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_INTERBROKERPORT, ...) instead. |
TopicProxy.QoP |
BrokerProxy.getISysQualityOfProtectionLevel()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, ...) instead. |
java.lang.String[] |
MessageFlowProxy.getKeywords()
Returns the set of keywords for this deployed object which were found embedded in the object at deploy time. |
java.lang.String[] |
MessageFlowDependency.getKeywords()
Returns the set of keywords for this dependency which were found embedded in the object at deploy time. |
java.lang.String[] |
DeployableObject.getKeywords()
Returns the set of keywords for this deployed object which were found embedded in the object at deploy time. |
java.lang.String |
MessageFlowProxy.getKeywordValue(java.lang.String keyword)
Returns the value of the supplied keyword. |
java.lang.String |
MessageFlowDependency.getKeywordValue(java.lang.String keyword)
Returns the value of the supplied keyword. |
java.lang.String |
DeployableObject.getKeywordValue(java.lang.String keyword)
Returns the value of the supplied keyword. |
LogProxy |
ConfigManagerProxy.getLog()
Asks the Configuration Manager to register for all log records associated with the current user, through a LogProxy instance. |
LogEntry |
LogProxy.getLogEntry(int position)
Returns the LogEntry at the supplied position in the log, |
java.lang.String |
AdministeredObject.getLongDescription()
Helper method to return the long description field for the current Administered Object. |
AdministeredObject |
AdministeredObject.getManagedSubcomponent(java.util.Properties props)
Returns the first object that has the requested properties. |
AdministeredObject |
AdministeredObject.getManagedSubcomponentFromStringRepresentation(java.lang.String representation)
Returns the object which has the current object as a parent that has the supplied string representation. |
java.util.Enumeration<AdministeredObject> |
AdministeredObject.getManagedSubcomponents(java.util.Properties filter)
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker). |
java.util.Enumeration |
AdministeredObject.getManagedSubcomponents(java.util.Properties filter,
boolean returnContainsStrings)
Deprecated. Because the returned Enumeration cannot be checked for type-safety, this method should no longer be used. To return an enumeration of AdministeredObject subcomponents, use getManagedSubcomponents(Properties). To return an enumeration of strings, use the method getManagedSubcomponentsAsStrings(Properties). |
java.util.Enumeration |
AdministeredObject.getManagedSubcomponents(java.util.Properties filter,
boolean returnContainsStrings,
java.util.Properties initialPropertiesOfNewObject)
Deprecated. Because the returned Enumeration cannot be checked for type-safety, this method should no longer be used. To return an enumeration of AdministeredObject subcomponents, use getManagedSubcomponents(Properties, Properties). To return an enumeration of strings, use the method getManagedSubcomponentsAsStrings(Properties, Properties). |
java.util.Enumeration<AdministeredObject> |
AdministeredObject.getManagedSubcomponents(java.util.Properties filter,
java.util.Properties initialPropertiesOfNewObject)
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker). |
java.util.Enumeration<java.lang.String> |
AdministeredObject.getManagedSubcomponentsAsStrings(java.util.Properties filter)
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker). |
java.util.Enumeration<java.lang.String> |
AdministeredObject.getManagedSubcomponentsAsStrings(java.util.Properties filter,
java.util.Properties initialPropertiesOfNewObject)
Asks the Configuration Manager to return an enumeration of all the existing objects that logically belong directly within the current administered object (for example, the execution groups within a broker). |
MessageFlowProxy |
ExecutionGroupProxy.getMessageFlow(java.util.Properties props)
Returns the first MessageflowProxy object that matches the filter specified by the Properties argument. |
MessageFlowProxy |
ExecutionGroupProxy.getMessageFlowByName(java.lang.String messageFlowName)
Returns the MessageFlowProxy object with the supplied name, or null if a flow of that name does not exist or if the supplied argument was null. |
java.util.Enumeration<DeployedObject> |
ExecutionGroupProxy.getMessageFlowDependencies()
Returns an Enumeration of all the dependencies deployed to the current execution group. |
java.util.Enumeration<MessageFlowProxy> |
ExecutionGroupProxy.getMessageFlows(java.util.Properties filter)
Returns an enumeration of all the MessageFlowProxy objects that match the filter specified by the Properties argument. |
java.util.Enumeration |
ExecutionGroupProxy.getMessageSets()
Returns an Enumeration of all the Message Sets deployed to the current execution group. |
java.lang.String |
TopicProxy.getMulticastEnabled()
Returns the multicast 'enabled' string associated with this topic. |
boolean |
TopicProxy.getMulticastEncrypted()
Returns the multicast 'encrypted' flag associated with this topic. |
java.lang.String |
TopicProxy.getMulticastIPv4GroupAddress()
Returns the IPv4 multicast group address associated with this topic. |
java.lang.String |
TopicProxy.getMulticastIPv6GroupAddress()
This method is reserved for future use. |
BrokerProxy.MulticastParameterSet |
BrokerProxy.getMulticastParameters()
Deprecated. This method will not reflect any values changed changed using the mqsichangeproperties command; use ExecutionGroupProxy.getRuntimeProperty() instead. |
boolean |
TopicProxy.getMulticastQualityOfService()
Returns the multicast 'qualityOfService' flag associated with this topic. |
java.lang.String |
MessageFlowDependency.getName()
Returns the name of the current dependency. |
java.lang.String |
LogProxy.getName()
Returns the name of the object |
java.lang.String |
DeployableObject.getName()
Returns the name of the current deployed object. |
java.lang.String |
AdministeredObject.getName()
Returns the name of the object |
java.lang.String[] |
MessageFlowProxy.getNodeTypes()
Returns a list of the types of nodes used in this message flow. |
java.lang.String[] |
ExecutionGroupProxy.getNodeTypes()
Returns a list of the types of nodes used in this execution group. |
java.lang.String[] |
BrokerProxy.getNodeTypes()
Returns a list of the types of nodes used in this broker. |
int |
TopologyProxy.getNumberOfConnections()
Returns the number of Connection objects in the topology. |
int |
TopologyProxy.getNumberOfConnections(java.lang.String brokerUUID)
Returns the number of Connection objects in the topology, or that involve the broker with the supplied UUID. |
int |
TopicProxy.getNumberOfPolicies()
Returns the number of TopicProxy.Policy objects in the topic's list, excluding any default policy. |
int |
AdministeredObject.getNumberOfSubcomponents()
Returns the number of subcomponents that are directly owned by this object. |
java.util.Enumeration |
TopicProxy.getPolicies()
Returns a Enumeration of all the TopicProxy.Policy objects in the topic's list. |
java.io.InputStream |
BrokerProxy.getPolicySet(java.lang.String policySet)
Asks the broker to return the contents of a policy set with the supplied name. |
java.io.InputStream |
BrokerProxy.getPolicySetBinding(java.lang.String policySetBinding)
Asks the broker to return the contents of a policy set binding with the supplied name. |
java.lang.String[] |
BrokerProxy.getPolicySetBindingNames()
Asks the broker to return the names of the policy set bindings deployed on the broker. |
java.lang.String[] |
MessageFlowProxy.getPolicySetBindingNames(long timeToWaitMs)
Asks the broker to return the names of the policy set bindings in use by this message flow. |
java.lang.String[] |
BrokerProxy.getPolicySetNames()
Asks the broker to return the names of the policy sets deployed on the broker. |
java.lang.String[] |
MessageFlowProxy.getPolicySetNames(long timeToWaitMs)
Asks the broker to return the names of the policy sets in use by this message flow. |
int |
ExecutionGroupProxy.getProcessorArchitecture()
Returns the processor architecture of this execution group. |
java.lang.String |
AdministeredObject.getProperty(java.lang.String key)
Returns the local value of the supplied attribute. |
java.lang.String |
AdministeredObject.getProperty(java.lang.String key,
boolean waitIfNotAvailable)
Returns the local value of the supplied attribute. |
java.lang.String |
AdministeredObject.getProperty(java.lang.String key,
int element)
For properties that end in a number (for example, subcomponent properties) this method returns the value of the property that ends in the supplied number, waiting if the information is not available. |
java.lang.String |
AdministeredObject.getProperty(java.lang.String key,
int element,
boolean waitIfNotAvailable)
For properties that end in a number (for example, subcomponent properties) this method returns the value of the property that ends in the supplied number, optionally waiting if the information is not available. |
java.util.Enumeration |
TopicRootProxy.getPublicGroups()
Returns an Enumeration of all public group principals known to the User Name Server. |
TopicProxy.QoP |
TopicProxy.getQualityOfProtectionLevel()
Returns the Quality of Protection level associated with this topic. |
java.lang.String |
BrokerProxy.getQueueManagerName()
Returns the name of the Queue Manager associated with this broker. |
java.lang.String[] |
MessageFlowProxy.getQueues()
Returns a list of the MQ queues referenced by this message flow. |
java.lang.String[] |
ExecutionGroupProxy.getQueues()
Returns a list of the MQ queues referenced by the message flows in use by this execution group. |
java.lang.String[] |
BrokerProxy.getQueues()
Returns a list of the MQ queues referenced by the message flows in use by this broker. |
java.util.Date |
AdministeredObject.getRepositoryTimestamp()
Returns the most recent repository timestamp associated with this object. |
java.lang.String |
ExecutionGroupProxy.getRuntimeProperty(java.lang.String objectAndpropertyName)
Returns the value of the runtime property with the supplied name. |
java.lang.String |
BrokerProxy.getRuntimeProperty(java.lang.String objectAndpropertyName)
Returns the value of the runtime property with the supplied name. |
java.lang.String |
AdministeredObject.getShortDescription()
Helper method to return the short description field for the Administered Object. |
int |
SubscriptionsProxy.getSize()
Returns the number of Subscription objects available to the user. |
int |
LogProxy.getSize()
Returns the number of LogEntry objects available to the user. |
boolean |
BrokerProxy.getSSLConnectorEnabled()
Returns true if and only if the SSL connector is enabled on the broker. |
java.lang.String |
BrokerProxy.getSSLKeyRingFileName()
Returns the name of the SSL Key ring file associated with this broker. |
java.lang.String |
BrokerProxy.getSSLPasswordFileName()
Returns the name of the SSL Password file associated with this broker. |
Subscription |
SubscriptionsProxy.getSubscription(int position)
Returns the Subscription at the supplied position in the list. |
TopicProxy.QoP |
BrokerProxy.getSysQualityOfProtectionLevel()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, ...) instead. |
TopicProxy.QoP |
BrokerProxy.getTemporaryTopicQualityOfProtectionLevel()
Returns the Quality of Protection level associated with this broker's temporary topic. |
java.lang.String |
TopicProxy.getTopicName()
Returns the name of the topic |
TopicRootProxy |
ConfigManagerProxy.getTopicRoot()
Returns the RootTopicProxy object associated with this Configuration Manager. |
TopologyProxy |
ConfigManagerProxy.getTopology()
Returns the TopologyProxy object associated with this Configuration Manager. |
java.util.Enumeration |
TopicRootProxy.getUsers()
Returns an Enumeration of all user principals known to the User Name Server. |
MessageFlowProxy.UserTrace |
MessageFlowProxy.getUserTrace()
Returns the current state of user trace for this message flow |
java.lang.String |
MessageFlowProxy.getVersion()
Returns the version string associated with the current message flow. |
java.lang.String |
MessageFlowDependency.getVersion()
Returns the version string for this dependency as it was set at deploy time. |
java.lang.String |
DeployableObject.getVersion()
Returns the value of the 'version' keyword if it was embedded in the object at deploy time. |
boolean |
AdministeredObject.isDeployed()
Returns true if and only if the object that this AdministeredObject represents exists in the deployed section of the Configuration Manager database. |
boolean |
MessageFlowProxy.isRunning()
Returns true if the Message Flow is running. |
boolean |
ExecutionGroupProxy.isRunning()
Returns true if and only if the execution group is running. |
boolean |
BrokerProxy.isRunning()
Returns true if the broker is running. |
boolean |
AdministeredObject.isShared()
Returns true if and only if the object that this AdministeredObject represents exists in the shared section of the Configuration Manager database. |
void |
CollectiveProxy.moveBroker(java.lang.String name,
CollectiveProxy newProxy)
Atomically removes the broker with the supplied name from the current collective and adds it to the supplied instance. |
void |
TopicProxy.moveTopic(java.lang.String name,
TopicProxy newProxy)
Atomically removes the topic tree with the supplied name from the current TopicProxy and adds it to the supplied instance. |
void |
TopicProxy.removePolicies(TopicProxy.Policy[] list)
Removes a list of policies from this topic's list of policies and sends the results to the Configuration Manager. |
void |
ExecutionGroupProxy.setUserTrace(MessageFlowProxy.UserTrace newTrace)
Configures the user trace settings for every deployed message flow under the execution group's control. |
void |
BrokerProxy.setUserTrace(MessageFlowProxy.UserTrace newTrace)
Configures the user trace settings for every execution group under the execution group's control. |
void |
BrokerProxy.startMessageFlows()
Asks the Configuration Manager to start all message flows deployed to the broker. |
void |
BrokerProxy.stopMessageFlows(boolean immediate)
Asks the Configuration Manager to stop all message flows deployed to the broker. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |