|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosNaming.NamingContextPOA
public abstract class NamingContextPOA
³×ÀÌ¹Ö ÄÁÅØ½ºÆ®Àº °¢°¢ÀÌ ÀÏÀÇÀÇ À̸§À» °¡Áö´Â ÀÏ·ÃÀÇ ³×ÀÓ ¹ÙÀεùÀ» Æ÷ÇÔÇÏ´Â °´Ã¼ÀÔ´Ï´Ù. ´Ù¸¥ À̸§À» µ¿½Ã¿¡ °°Àº ÄÁÅØ½ºÆ® ¶Ç´Â ´Ù¸¥ ÄÁÅØ½ºÆ® À¸·Î ¹ÙÀεå ÇÒ ¼ö ÀÖ½À´Ï´Ù.
¡¸CORBA COS Naming Specification¡¹¸¦ ÂüÁ¶ÇϽʽÿÀ.
»ý¼ºÀÚ °³¿ä | |
---|---|
NamingContextPOA ()
|
¸Þ¼µå °³¿ä | |
---|---|
String [] |
_all_interfaces (POA poa,
byte[] objectId)
ORB°¡ ¼¹øÆ®·ÎºÎÅÍ ¿ÏÀüÇÑ ÇüÅ Á¤º¸¸¦ ÃëµæÇϱâ À§Çؼ »ç¿ëÇÕ´Ï´Ù. |
OutputStream |
_invoke (String $method,
InputStream in,
ResponseHandler $rh)
¿ä±¸¸¦ ¼¹øÆ®¿¡°Ô µð½ºÆÐÄ¡ Çϱâ À§Çؼ ORB¿¡ ÀÇÇØ È£ÃâÇÕ´Ï´Ù. |
NamingContext |
_this ()
|
NamingContext |
_this (ORB orb)
|
Ŭ·¡½º org.omg.PortableServer. Servant ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
_default_POA,
_get_delegate,
_get_interface_def,
_is_a,
_non_existent,
_object_id,
_orb,
_poa,
_set_delegate,
_this_object,
_this_object |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ÀÎÅÍÆäÀ̽º org.omg.CosNaming. NamingContextOperations ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
bind_context,
bind_new_context,
bind,
destroy,
list,
new_context,
rebind_context,
rebind,
resolve,
unbind |
»ý¼ºÀÚ »ó¼¼ |
---|
public NamingContextPOA()
¸Þ¼µåÀÇ »ó¼¼ |
---|
public OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
InvokeHandler
±â¼ú: 1. ¿Ã¹Ù¸¥ ¸Þ¼µå¸¦ Á¤ÀÇÇØ, InputStream ·ÎºÎÅÍÀÇ ÆÄ¶ó¹ÌÅ͸¦ ºñÁ¤·ÄÈÇÑ´Ù
2. ¸Þ¼µå ±¸ÇöÀ» È£ÃâÇÑ´Ù
3. »ç¿ëÀÚ ¿¹¿Ü°¡ ¾ø´Â °æ¿ì, ResponseHandler¸¦ »ç¿ëÇØ º¸Åë ÀÇ ÀÀ´äÀ» ÀÛ¼ºÇÑ´Ù
4. »ç¿ëÀÚ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì, ResponseHandler¸¦ »ç¿ëÇØ ¿¹¿Ü ÀÀ´äÀ» ÀÛ¼ºÇÑ´Ù
5. ResponseHandler¿¡ ÀÇÇØ ¸®ÅÏµÈ OutputStream¿¡ ÀÀ´äÀ» Á¤·ÄÈÇÑ´Ù
6. OutputStream¸¦ ORB¿¡ µ¹·ÁÁØ´Ù
InvokeHandler
³»ÀÇ _invoke
$method
- ¸Þ¼µå¸íin
- Á¤·ÄÈ µÈ Àμö¸¦ Æ÷ÇÔÇÏ´Â InputStream
$rh
- ÀûÀýÇÑ ÀÀ´äÀ» ÀÛ¼ºÇϱâ À§Çؼ ¼¹øÆ®°¡ »ç¿ëÇÏ´Â ResponseHandler
OutputStream
public String [] _all_interfaces(POA poa, byte[] objectId)
Servant
񃬣:
Servant
³»ÀÇ _all_interfaces
poa
- ¼¹øÆ®°¡ °ü·ÃµÈ
POAobjectId
- ÀÌ ¼¹øÆ®°¡ °ü·ÃµÈ
°´Ã¼¿¡ ´ëÀÀÇÏ´Â ID
public NamingContext _this()
public NamingContext _this(ORB orb)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.