Uses of Class
jp.terasoluna.fw.service.thin.BLogicMessage

Packages that use BLogicMessage
jp.terasoluna.fw.service.thin Related to the business logic of Web version  
 

Uses of BLogicMessage in jp.terasoluna.fw.service.thin
 

Fields in jp.terasoluna.fw.service.thin with type parameters of type BLogicMessage
protected  java.util.ArrayList<BLogicMessage> BLogicMessages.list
          BLogicMessage list.
 

Methods in jp.terasoluna.fw.service.thin that return types with arguments of type BLogicMessage
 java.util.Iterator<BLogicMessage> BLogicMessages.get()
          Fetches the iterator which accesses the message list. Ignores the mesage group name and ensures if the iterator is fetched according to the add() sequence.
 

Methods in jp.terasoluna.fw.service.thin with parameters of type BLogicMessage
 void BLogicMessages.add(java.lang.String group, BLogicMessage message)
          Adds the message.