Uses of Interface
zeus.concepts.MessagePattern

Packages that use MessagePattern
zeus.concepts   
 

Uses of MessagePattern in zeus.concepts
 

Classes in zeus.concepts that implement MessagePattern
 class MessagePatternImpl
          MessagePattern is used to set attribute value pairs for the MessageRule class: you specify as string array like so {"attribite1","reg_exp expression for a1", "attribute2", "reg_exp expression for a2", ...., "attributen", "reg_exp expression for an"}
 

Fields in zeus.concepts declared as MessagePattern
protected  MessagePattern MessageRuleImpl.pattern
           
 

Methods in zeus.concepts that return MessagePattern
 MessagePattern MessageRule.getPattern()
           
 MessagePattern MessageRuleImpl.getPattern()
           
 

Methods in zeus.concepts with parameters of type MessagePattern
 void MessageRule.setPattern(MessagePattern pat)
           
 void MessageRuleImpl.setPattern(MessagePattern pattern)
           
 

Constructors in zeus.concepts with parameters of type MessagePattern
MessageRuleImpl(java.lang.String name, MessagePattern pattern, MessageAction action)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.