• This project
    • Loading...
  • Sign in

guizhou-monitorV2.0.1 / agent · Files

Go to a project
11818 11818 11818 qq%e5%9b%be%e7%89%87 08 03 14 04 40

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • agent
  • ..
  • tivoli
  • TuxedoHostHelper.java
  • 贵州国税升级需求代码
    b6c5ae48
    by 王凤
    2017-04-10 12:06:14 +0800  
    Browse Files
TuxedoHostHelper.java 510 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.sitech.ismp.coll.tivoli;

import java.util.ResourceBundle;

public class TuxedoHostHelper
{	
        static ResourceBundle TUXEDO_HOST_NAME = null;

        static {
            try{
            	TUXEDO_HOST_NAME = ResourceBundle.getBundle("tuxedo_host_name");                                             
            }
            catch(Exception e){
                System.out.println("Bundle tuxedo_host_name.properties error.");
                e.printStackTrace();
            }
        }
}