|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.JRcServer.spring.JRcSpringOption
public class JRcSpringOption
JRcServerSpringバージョン用オプション.
コンストラクタの概要 | |
---|---|
JRcSpringOption()
コンストラクタ. |
メソッドの概要 | |
---|---|
ApplicationContext |
getAppeicationContext()
appeicationContext を取得. |
JRcRemoteControlServer |
getControl()
control を取得. |
int |
getServerSize()
serverSize を取得. |
java.lang.String[] |
getServiceNames()
serviceNames を取得. |
void |
setAppeicationContext(ApplicationContext appeicationContext)
appeicationContext を設定. |
void |
setControl(JRcRemoteControlServer control)
control を設定. |
void |
setServiceNames(java.lang.String[] serviceNames)
serviceNames を設定. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JRcSpringOption()
メソッドの詳細 |
---|
public ApplicationContext getAppeicationContext()
public void setAppeicationContext(ApplicationContext appeicationContext)
appeicationContext
- appeicationContext を設定します.public java.lang.String[] getServiceNames()
public void setServiceNames(java.lang.String[] serviceNames)
serviceNames
- serviceNames を設定します.public int getServerSize()
public JRcRemoteControlServer getControl()
public void setControl(JRcRemoteControlServer control)
control
- control を設定します.
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |