<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>天使やカイザーと呼ばれて &#187; Quartz</title>
	<atom:link href="http://www.eisbahn.jp/yoichiro/category/java/quartz/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eisbahn.jp/yoichiro</link>
	<description>思ってることってこんなもんだよ</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:22:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>全ジョブへの共通情報の渡し方</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/11/post_109.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/11/post_109.html#comments</comments>
		<pubDate>Wed, 08 Nov 2006 23:54:01 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Quartz]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=257</guid>
		<description><![CDATA[Quartzによってジョブ（Jobインタフェースの実装オブジェクト）が実行される場合，JobオブジェクトにJobExecutionContextオブジェクトが渡される。これは，サーブレットのServletContextオブジェクトと同様に，実行対象のJobオブジェクトの状況（まさにコンテキスト）の情報が保持されている。 各ジョブのSchedulerへの登録は，Jobクラス（のサブクラス）のクラスオブジェクト（HogeJob.classなど）を登録することになるため，実際に実行対象となるJobイン... <a href="http://www.eisbahn.jp/yoichiro/2006/11/post_109.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/11/post_109.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quartzでのジョブ重複起動の抑止方法</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/11/quartz.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/11/quartz.html#comments</comments>
		<pubDate>Wed, 08 Nov 2006 14:47:04 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[Quartz]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=256</guid>
		<description><![CDATA[バッチ処理に欠かすことのできないジョブスケジューラ。特にJavaの場合は，JavaVMというプロセス自体が重厚なために，個々のバッチプログラムをそれぞれJavaVMプロセス起動で実行することは，バッチプログラムの本数が多くなればなるほど非現実的になる。そのために，一つのJavaVM上でのジョブスケジューリングが基本となり，つまり各バッチ処理をプロセスとしてではなく，スレッドとして実行する基盤が欲しくなってくる。 スレッドを使用したことのある開発者であれば，必要最低限なジョブスケジューリングの基盤... <a href="http://www.eisbahn.jp/yoichiro/2006/11/quartz.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/11/quartz.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

