GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
nx::configure(3) NX API nx::configure(3)


nx::configure - Get and set configuration options on the object system

configure option ?arg?


configure option ?arg?
This command sets and retrieves options for the NX object system. Legal configuration options are:
  • defaultMethodCallProtection returns the currently active call-protection level used as default for newly defined method implementations (if not specified explicitly by a method definition), if arg is not provided. If arg is set, this default call-protection level is re-set to any of the available ones: public, private, protected.
  • defaultAccessor returns the currently active call-protection level used as the default for newly defined properties (if not specified explicitly by a property definition), if arg is not provided. If arg is set, this default call-protection level is re-set to any of the following values: public, private, protected, or none. none indicates that no accessors (getter/setter methods) will be generated for newly defined properties, if not requested explicitly.

Copyright (c) 2014-16 Stefan Sobernig <stefan.sobernig@wu.ac.at>, Gustaf Neumann <gustaf.neumann@wu.ac.at>; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).
2.3.0 configure

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.