org.jacorb.idl
Interface Operation
- Serializable
- Method, OpDecl
public interface Operation
extends Serializable
Version:
- Gerald Brose
name
public String name()
name
gives the plain name of the operation
- a
String
value
opName
public String opName()
opName
gives the mangled name in case of attributes
(_get_, _set_).
- a
String
value
printDelegatedMethod
public void printDelegatedMethod(PrintWriter ps)
Method code for skeletons
ps
- a PrintWriter
value
printInvocation
public void printInvocation(PrintWriter ps)
printMethod
public void printMethod(PrintWriter ps,
String classname,
boolean is_local,
boolean is_abstract)
printMethod
produces the method code for stubs.
ps
- a PrintWriter
valueclassname
- a String
valueis_local
- a boolean
valueis_abstract
- a boolean
value used by Interface to
denote an abstract.
printSignature
public void printSignature(PrintWriter ps)
printSignature
public void printSignature(PrintWriter ps,
boolean printModifiers)
printModifiers
- whether "public abstract" should be added
print_sendc_Method
public void print_sendc_Method(PrintWriter ps,
String classname)
signature
public String signature()