Uses of Class
jimm.twice.ice.Party

Packages that use Party
jimm.twice.ice Provides the core ICE classes that provide common syndicator and subscriber state and behavior, date and time value generation and parsing, XML message parsing, and error code and message generation. 
 

Uses of Party in jimm.twice.ice
 

Fields in jimm.twice.ice declared as Party
protected  Party IceMachine.party
           
 

Methods in jimm.twice.ice that return Party
 Party IceMachine.getParty()
           
 

Constructors in jimm.twice.ice with parameters of type Party
Syndicator(java.lang.String domain, Party party)
          Constructor.
Subscriber(java.lang.String domain, Party party)
          Constructor.
IceMachine(java.lang.String domain, Party party)
          Constructor.
IceMachine(java.lang.String domain, Party party, java.lang.String loggerPrefix)
          Constructor.