|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intellilink.hinemos.test.util.EjbConnectionManager
public class EjbConnectionManager
EJBとのコネクションを管理するクラス
メソッドの概要 | |
---|---|
CollectorController |
getCollectorController()
性能管理機能 SessionBean のインスタンスを返します。 |
static EjbConnectionManager |
getConnectionManager()
本クラスのインスタンスを返します。 |
java.util.Collection |
getEventByPriority(java.lang.String facilityId,
java.lang.Integer priority,
java.util.Date fromDate)
イベント情報 EnbtityBean のインスタンスを返します。 |
LogTransferController |
getLogTransferController()
ログ転送機能 SessionBean のインスタンスを返します。 |
MaintenanceController |
getMaintenanceController()
メンテナンス機能 SessionBean のインスタンスを返します。 |
MonitorAgentController |
getMonitorAgentController()
エージェント監視機能 SessionBean のインスタンスを返します。 |
MonitorHttpController |
getMonitorHttpController()
HTTP監視機能 SessionBean のインスタンスを返します。 |
MonitorPerfController |
getMonitorPerfController()
リソース監視機能 SessionBean のインスタンスを返します。 |
MonitorPingController |
getMonitorPingController()
Ping監視機能 SessionBean のインスタンスを返します。 |
MonitorPortController |
getMonitorPortController()
サービス・ポート監視機能 SessionBean のインスタンスを返します。 |
MonitorProcessController |
getMonitorProcessController()
プロセス監視機能 SessionBean のインスタンスを返します。 |
MonitorSnmpController |
getMonitorSnmpController()
SNMP監視機能 SessionBean のインスタンスを返します。 |
MonitorSnmpTrapController |
getMonitorSnmpTrapController()
SNMPTRAP監視機能 SessionBean のインスタンスを返します。 |
MonitorSqlController |
getMonitorSqlController()
SQL監視機能 SessionBean のインスタンスを返します。 |
SyslogNGController |
getMonitorSyslogNGController()
syslog-ng監視機能 SessionBean のインスタンスを返します。 |
NotifyActionInhibitionInfo |
getNotifyActionInhibition(java.lang.String notifyGroupId,
java.lang.String notifyId,
java.lang.String facilityId)
通知抑制情報 EnbtityBean のインスタンスを返します。 |
NotifyController |
getNotifyController()
通知機能 SessionBean のインスタンスを返します。 |
RepositoryController |
getRepositoryController()
リポジトリ機能 SessionBean のインスタンスを返します。 |
java.util.Collection |
getStatus(java.lang.String facilityId)
ステータス情報 EnbtityBean のインスタンスを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static EjbConnectionManager getConnectionManager()
public NotifyController getNotifyController()
public MonitorAgentController getMonitorAgentController()
public MonitorHttpController getMonitorHttpController()
public MonitorPingController getMonitorPingController()
public MonitorPortController getMonitorPortController()
public MonitorSnmpController getMonitorSnmpController()
public MonitorProcessController getMonitorProcessController()
public MonitorPerfController getMonitorPerfController()
public MonitorSqlController getMonitorSqlController()
public MonitorSnmpTrapController getMonitorSnmpTrapController()
public SyslogNGController getMonitorSyslogNGController()
public MaintenanceController getMaintenanceController()
public LogTransferController getLogTransferController()
public CollectorController getCollectorController()
public RepositoryController getRepositoryController()
public NotifyActionInhibitionInfo getNotifyActionInhibition(java.lang.String notifyGroupId, java.lang.String notifyId, java.lang.String facilityId)
notifyGroupId
- 通知グループIDnotifyId
- 通知IDfacilityId
- ファシリティID
public java.util.Collection getEventByPriority(java.lang.String facilityId, java.lang.Integer priority, java.util.Date fromDate)
facilityId
- ファシリティIDpriority
- 重要度fromDate
- 出力日時(開始)
public java.util.Collection getStatus(java.lang.String facilityId)
facilityId
- ファシリティID
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |