9899100101102103104105106
public DeploymentMgrImpl( ) { mDeployThreads = Collections.synchronizedMap( new HashMap<Object,DeployThread>() ); mDeployIDs = new UniqueIDGenerator( "deploy:" ); mDeploymentCompletedNotificationSequenceNumber = 0; }
68697071727374
public NotificationServiceMgrImpl() { mServices = Collections.synchronizedMap( new HashMap<ObjectName,NotificationServiceImpl>() ); mUniqueIDs = new UniqueIDGenerator( "notif-service-" ); }